From 95c7dc8cb3797cd820f9c22360ba4bbdde9478f6 Mon Sep 17 00:00:00 2001 From: "Dr. Stefan Schimanski" Date: Mon, 13 Jul 2015 22:41:51 +0200 Subject: [PATCH] Re-enable mesos scheduler TestPlugin_LifeCycle test --- contrib/mesos/pkg/scheduler/plugin_test.go | 1 - 1 file changed, 1 deletion(-) diff --git a/contrib/mesos/pkg/scheduler/plugin_test.go b/contrib/mesos/pkg/scheduler/plugin_test.go index b1f74e9f6b1..4cf655b5fb2 100644 --- a/contrib/mesos/pkg/scheduler/plugin_test.go +++ b/contrib/mesos/pkg/scheduler/plugin_test.go @@ -370,7 +370,6 @@ 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