[glib-networking/mcatanzaro/tests: 1/4] Temporarily disable the flaky DTLS tests
- From: Michael Catanzaro <mcatanzaro src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib-networking/mcatanzaro/tests: 1/4] Temporarily disable the flaky DTLS tests
- Date: Sat, 23 Feb 2019 02:41:01 +0000 (UTC)
commit 4cbef0e841ad5693885ceb72538d5d99432ab281
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]