summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoriphydf <iphydf@users.noreply.github.com>2020-03-27 10:27:03 +0000
committeriphydf <iphydf@users.noreply.github.com>2020-03-27 14:51:45 +0000
commit44e13956ef48556b0e4682dba57fe354fb287cdd (patch)
tree6830730e941251c34f08133389357079a8f0dcb6
parent6732e5ef2fde4adc7db65880ff866111f1d1cbc8 (diff)
Mark conference test as small.
This used to take a long time, but is now very fast.
-rw-r--r--auto_tests/BUILD.bazel9
1 files changed, 1 insertions, 8 deletions
diff --git a/auto_tests/BUILD.bazel b/auto_tests/BUILD.bazel
index 9cb689cb..b6622347 100644
--- a/auto_tests/BUILD.bazel
+++ b/auto_tests/BUILD.bazel
@@ -12,10 +12,6 @@ cc_library(
12 hdrs = ["run_auto_test.h"], 12 hdrs = ["run_auto_test.h"],
13) 13)
14 14
15test_sizes = {
16 "conference_peer_nick_test": "medium",
17}
18
19flaky_tests = { 15flaky_tests = {
20 "crypto_core_test": True, 16 "crypto_core_test": True,
21 "lan_discovery_test": True, 17 "lan_discovery_test": True,
@@ -24,10 +20,7 @@ flaky_tests = {
24 20
25[cc_test( 21[cc_test(
26 name = src[:-2], 22 name = src[:-2],
27 size = test_sizes.get( 23 size = "small",
28 src[:-2],
29 "small",
30 ),
31 srcs = [src], 24 srcs = [src],
32 args = ["$(location %s)" % src], 25 args = ["$(location %s)" % src],
33 copts = ["-Wno-sign-compare"], 26 copts = ["-Wno-sign-compare"],