mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-27 13:37:30 +00:00
Disable a couple of flaky tests.
This commit is contained in:
parent
e45c6f9847
commit
660efc7583
@ -226,6 +226,7 @@ func TestDQ_ordered_add_pop(t *testing.T) {
|
||||
}
|
||||
|
||||
func TestDQ_always_pop_earliest_deadline(t *testing.T) {
|
||||
t.Skip("disabled due to flakiness; see #11857")
|
||||
t.Parallel()
|
||||
|
||||
// add a testjob with delay of 2s
|
||||
@ -264,6 +265,7 @@ func TestDQ_always_pop_earliest_deadline(t *testing.T) {
|
||||
}
|
||||
|
||||
func TestDQ_always_pop_earliest_deadline_multi(t *testing.T) {
|
||||
t.Skip("disabled due to flakiness; see #11821")
|
||||
t.Parallel()
|
||||
|
||||
dq := NewDelayQueue()
|
||||
|
Loading…
Reference in New Issue
Block a user