Skip to content

Commit

Permalink
Merge pull request #15393 from smarterclayton/very_slow_test
Browse files Browse the repository at this point in the history
Disable some very slow serial tests
  • Loading branch information
smarterclayton authored Jul 21, 2017
2 parents 1a9179a + 37d9e59 commit 8833a3a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions test/extended/util/test.go
Original file line number Diff line number Diff line change
Expand Up @@ -306,6 +306,11 @@ var (
"should perfer to scheduled to nodes pod can tolerate",
"should adopt matching orphans and release non-matching pods",
"should not deadlock when a pod's predecessor fails",

// slow as sin and twice as ugly (11m each)
"Pod should avoid to schedule to node that have avoidPod annotation",
"Pod should be schedule to node that satisify the PodAffinity",
"Pod should be prefer scheduled to node that satisify the NodeAffinity",
}
excludedTestsFilter = regexp.MustCompile(strings.Join(excludedTests, `|`))

Expand Down

0 comments on commit 8833a3a

Please sign in to comment.