[glib-networking/mcatanzaro/tests: 6/8] Temporarily disable the flaky DTLS tests
- From: Michael Catanzaro <mcatanzaro src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib-networking/mcatanzaro/tests: 6/8] Temporarily disable the flaky DTLS tests
- Date: Sat, 2 Mar 2019 02:18:07 +0000 (UTC)
commit 42f89b53f4ccf42e5d578489c8b3b09d23473674
Author: Michael Catanzaro <mcatanzaro igalia com>
Date: Fri Feb 22 20:13:58 2019 -0600
Temporarily disable the flaky DTLS tests
Until we address #49, we shouldn't be running these tests. This will
allow us to run the TLS tests much more aggressively and reduce risk
of regressions in the non-DTLS code.
tls/tests/meson.build | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/tls/tests/meson.build b/tls/tests/meson.build
index 07508a8..0ea2c9e 100644
--- a/tls/tests/meson.build
+++ b/tls/tests/meson.build
@@ -25,7 +25,8 @@ test_programs = [
['certificate', [], deps, []],
['file-database', [], deps, []],
['connection', ['mock-interaction.c'], deps, []],
- ['dtls-connection', ['mock-interaction.c'], deps, ['openssl']],
+# DTLS tests are disabled until we fix https://gitlab.gnome.org/GNOME/glib-networking/issues/49
+# ['dtls-connection', ['mock-interaction.c'], deps, ['openssl']],
]
foreach backend: backends
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]