mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-30 23:15:14 +00:00
Merge pull request #22278 from gmarek/more_flake
Auto commit by PR queue bot
This commit is contained in:
commit
25ac08c0ab
@ -157,6 +157,9 @@ var _ = Describe("SchedulerPredicates [Serial]", func() {
|
||||
ns = framework.Namespace.Name
|
||||
nodeList = ListSchedulableNodesOrDie(c)
|
||||
|
||||
err := checkTestingNSDeletedExcept(c, ns)
|
||||
expectNoError(err)
|
||||
|
||||
// Every test case in this suite assumes that cluster add-on pods stay stable and
|
||||
// cannot be run in parallel with any other test that touches Nodes or Pods.
|
||||
// It is so because we need to have precise control on what's running in the cluster.
|
||||
|
Loading…
Reference in New Issue
Block a user