From 0c07b66226a5fa9de8abec4bd2a571ff72db961e Mon Sep 17 00:00:00 2001 From: Brendan Burns Date: Tue, 28 Jul 2015 14:57:47 -0700 Subject: [PATCH] Skip another flaky mesos test. --- contrib/mesos/pkg/scheduler/plugin_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/contrib/mesos/pkg/scheduler/plugin_test.go b/contrib/mesos/pkg/scheduler/plugin_test.go index 4cf655b5fb2..690f127db67 100644 --- a/contrib/mesos/pkg/scheduler/plugin_test.go +++ b/contrib/mesos/pkg/scheduler/plugin_test.go @@ -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("This test is flaky, see #11901") assert := &EventAssertions{*assert.New(t)} // create a fake pod watch. We use that below to submit new pods to the scheduler