1
0
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:
Sébastien Helleu
2026-02-21 21:40:58 +01:00
parent a639271e93
commit 4dd36270a8
+4 -1
View File
@@ -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}" }