summaryrefslogtreecommitdiff
path: root/auto_tests/BUILD.bazel
diff options
context:
space:
mode:
Diffstat (limited to 'auto_tests/BUILD.bazel')
-rw-r--r--auto_tests/BUILD.bazel7
1 files changed, 1 insertions, 6 deletions
diff --git a/auto_tests/BUILD.bazel b/auto_tests/BUILD.bazel
index cce35b10..9e75a1c5 100644
--- a/auto_tests/BUILD.bazel
+++ b/auto_tests/BUILD.bazel
@@ -15,7 +15,6 @@ cc_library(
15flaky_tests = { 15flaky_tests = {
16 "crypto_core_test": True, 16 "crypto_core_test": True,
17 "lan_discovery_test": True, 17 "lan_discovery_test": True,
18 "tcp_relay_test": True,
19} 18}
20 19
21[cc_test( 20[cc_test(
@@ -37,8 +36,4 @@ flaky_tests = {
37 "//c-toxcore/toxcore:DHT_srcs", 36 "//c-toxcore/toxcore:DHT_srcs",
38 "//c-toxcore/toxencryptsave", 37 "//c-toxcore/toxencryptsave",
39 ], 38 ],
40) for src in glob( 39) for src in glob(["*_test.c"])]
41 ["*_test.c"],
42 # TODO(iphydf): Fix this test and re-enable it.
43 exclude = ["tcp_relay_test.c"],
44)]