Disable TestPlugin_LifeCycle due to flakiness.

pull/6/head
David Oppenheimer 2015-07-10 22:14:16 -07:00
parent f660302e42
commit 089a703194
1 changed files with 1 additions and 0 deletions

View File

@ -370,6 +370,7 @@ func TestPlugin_New(t *testing.T) {
// and play through the whole life cycle of the plugin while creating pods, deleting
// and failing them.
func TestPlugin_LifeCycle(t *testing.T) {
t.Skip("disabled due to flakiness; see #10795")
assert := &EventAssertions{*assert.New(t)}
// create a fake pod watch. We use that below to submit new pods to the scheduler