-
Notifications
You must be signed in to change notification settings - Fork 5
/
tests_disabled_dbgkernel.json
69 lines (69 loc) · 2.64 KB
/
tests_disabled_dbgkernel.json
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"disable": true,
"disabled": [
{
"name" : "selftests",
"reason" : "These tests should not be run for the debug kernel"
},
{
"name" : "t_leaks.test_leak.LeakTest.test_kmemleak",
"reason" : "the tests did not work on the first run"
},
{
"name" : "very_many_backends",
"reason" : "the tests did not work on the first run"
},
{
"name" : "selftests.test_lxc_server.TestLxcServer.test_status",
"reason" : "the tests did not work on the first run"
},
{
"name" : "t_reconf.test_reconf_base.TestServerOptionsReconf.test_reconf_server_queue_size_enabled",
"reason" : "the tests did not work on the first run"
},
{
"name" : "t_reconf.test_stress_health_monitor.TestHealthMonitorLiveReconf.test_reconf_on_the_fly_for_health_monitor",
"reason" : "the tests did not work on the first run"
},
{
"name" : "t_stress.test_header_leak.TestH2HeaderLeak",
"reason" : "the tests did not work on the first run"
},
{
"name" : "t_stress.test_stress.TestContinuationFlood",
"reason" : "the tests did not work on the first run"
},
{
"name" : "t_stress.test_wordpress.TestWordpressStressH2.test_get_large_images",
"reason" : "the tests did not work on the first run"
},
{
"name" : "http2_general.test_h2_specs.H2Spec",
"reason" : "the tests did not work on the first run"
},
{
"name" : "ws.test_ws_ping.RestartOnUpgrade",
"reason" : "the tests did not work on the first run"
},
{
"name" : "http2_general.test_h2_stream_priority.TestStreamPriorityStress.test_stream_priority_stress",
"reason" : "the tests did not work on the first run"
},
{
"name" : "http2_general.test_flow_control_window.TestFlowControl.test_not_blocked_goaway_frame",
"reason" : "the tests did not work on the first run"
},
{
"name" : "http2_general.test_h2_block_action",
"reason" : "the tests did not work on the first run"
},
{
"name" : "http_general.test_block_action",
"reason" : "the tests did not work on the first run"
},
{
"name" : "http2_general.test_h2_frame.TestFramesAfterConnectionShutdownedWithResponseBodyGreaterThenWindowSize",
"reason" : "the tests did not work on the first run"
}
]
}