mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-12 05:21:58 +00:00
Disable TestProc_doWithNestedXConcurrent
This test is killing more than 50% of shippable builds. Disabling to stop the madness.
This commit is contained in:
parent
d206ab2c78
commit
0d7de0991e
@ -347,8 +347,10 @@ func TestProc_doWithNestedX(t *testing.T) {
|
|||||||
fatalAfter(t, p.Done(), 5*time.Second, "timed out waiting for process death")
|
fatalAfter(t, p.Done(), 5*time.Second, "timed out waiting for process death")
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// TODO(jdef): find a way to test this without killing CI builds.
|
||||||
// intended to be run with -race
|
// intended to be run with -race
|
||||||
func TestProc_doWithNestedXConcurrent(t *testing.T) {
|
func TestProc_doWithNestedXConcurrent(t *testing.T) {
|
||||||
|
t.Skip("disabled for causing CI timeouts.")
|
||||||
config := defaultConfig
|
config := defaultConfig
|
||||||
config.actionQueueDepth = 0
|
config.actionQueueDepth = 0
|
||||||
p := newConfigured(config)
|
p := newConfigured(config)
|
||||||
|
Loading…
Reference in New Issue
Block a user