mirror of
https://github.com/weechat/weechat.git
synced 2026-07-01 23:36:37 +02:00
core: disable "fuzzing" phase in schemathesis config
This commit is contained in:
+4
-1
@@ -1,4 +1,4 @@
|
||||
# SPDX-FileCopyrightText: 2025 Sébastien Helleu <flashcode@flashtux.org>
|
||||
# SPDX-FileCopyrightText: 2025-2026 Sébastien Helleu <flashcode@flashtux.org>
|
||||
#
|
||||
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||
|
||||
@@ -11,6 +11,9 @@ enabled = false
|
||||
[phases.stateful]
|
||||
enabled = false
|
||||
|
||||
[phases.fuzzing]
|
||||
enabled = false
|
||||
|
||||
[auth]
|
||||
basic = { username = "plain", password = "${RELAY_PASSWORD}" }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user