Rich Lane | 1673b8f | 2012-09-25 18:35:18 -0700 | [diff] [blame] | 1 | """ |
2 | Default profile | ||||
3 | |||||
4 | No tests skipped. | ||||
5 | """ | ||||
6 | |||||
7 | #@var skip_test_list The list of tests to skip for this run | ||||
8 | skip_test_list = [ | ||||
9 | ] | ||||
Shudong Zhou | c93b7d3 | 2012-11-26 17:55:36 -0800 | [diff] [blame] | 10 | |
11 | #@var run_test_list List of tests to run which would normally be skipped | ||||
12 | run_test_list = [ | ||||
13 | ] |