From 089a703194dd98db4b845c4a174cd0771ed0f925 Mon Sep 17 00:00:00 2001 From: David Oppenheimer Date: Fri, 10 Jul 2015 22:14:16 -0700 Subject: [PATCH] Disable TestPlugin_LifeCycle due to flakiness. --- 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 aaa3c59b08..19ccf22c8f 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("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