-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy pathdefault_TESTS.cfg
26 lines (20 loc) · 1.5 KB
/
default_TESTS.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{alias, tests, "."}.
{suites, tests, all}.
{skip_suites, tests, [benchmark_SUITE], "ignore benchmarks"}.
{skip_suites, tests, [performance_SUITE], "ignore benchmarks"}.
{skip_suites, tests, [rr_recon_performance_SUITE], "ignore benchmarks"}.
{skip_cases, tests, histogram_SUITE, [perf_add], "ignore benchmarks"}.
{skip_suites, tests, [api_tx_proto_sched_SUITE], "ignore tests with protocol scheduler"}.
{skip_suites, tests, [proto_sched_SUITE], "ignore tests with protocol scheduler"}.
{skip_suites, tests, [dht_node_move_proto_sched_SUITE], "ignore tests with protocol scheduler"}.
{skip_suites, tests, [join_leave_proto_sched_SUITE], "ignore tests with protocol scheduler"}.
{skip_suites, tests, [mr_proto_sched_SUITE], "ignore tests with protocol scheduler"}.
{skip_suites, tests, [rrepair_proto_sched_SUITE], "ignore tests with protocol scheduler"}.
{skip_suites, tests, [memtest_SUITE], "ignore memory leak tests"}.
{skip_suites, tests, [scalaris_cth_SUITE], "only for debugging scalaris_cth.erl"}.
{skip_suites, tests, [slide_leases_SUITE], "ignore non-deterministic tests"}.
{skip_suites, tests, [type_check_SUITE], "ignore type check tests"}.
{skip_cases, tests, l_on_cseq_SUITE, [tester_type_check_l_on_cseq], "ignore type check tests"}.
{skip_cases, tests, prbr_SUITE, [tester_type_check_rbr], "ignore type check tests"}.
{skip_cases, tests, rm_leases_SUITE, [tester_type_check_rm_leases], "ignore type check tests"}.
{skip_cases, tests, slide_leases_SUITE, [tester_type_check_slide_leases], "ignore type check tests"}.