Commit ce723807 authored by Matthew Slipper's avatar Matthew Slipper Committed by GitHub

op-conductor: Temporarily skip flaky test (#13276)

parent a8c8851e
...@@ -876,5 +876,6 @@ func (s *OpConductorTestSuite) TestHandleInitError() { ...@@ -876,5 +876,6 @@ func (s *OpConductorTestSuite) TestHandleInitError() {
} }
func TestControlLoop(t *testing.T) { func TestControlLoop(t *testing.T) {
t.Skipf("Skipping test, it's flaky and needs to be fixed")
suite.Run(t, new(OpConductorTestSuite)) suite.Run(t, new(OpConductorTestSuite))
} }
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