Commit 0c07b662 authored by Brendan Burns's avatar Brendan Burns

Skip another flaky mesos test.

parent a546a297
...@@ -370,6 +370,7 @@ func TestPlugin_New(t *testing.T) { ...@@ -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 play through the whole life cycle of the plugin while creating pods, deleting
// and failing them. // and failing them.
func TestPlugin_LifeCycle(t *testing.T) { func TestPlugin_LifeCycle(t *testing.T) {
t.Skip("This test is flaky, see #11901")
assert := &EventAssertions{*assert.New(t)} assert := &EventAssertions{*assert.New(t)}
// create a fake pod watch. We use that below to submit new pods to the scheduler // create a fake pod watch. We use that below to submit new pods to the scheduler
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment