Commit 8c426521 authored by Adrian Sutton's avatar Adrian Sutton Committed by GitHub

op-conductor: Skip flaky TestSequencerFailover_ActiveSequencerDown test (#10729)

parent c41dcf7a
...@@ -148,6 +148,7 @@ func TestSequencerFailover_ConductorRPC(t *testing.T) { ...@@ -148,6 +148,7 @@ func TestSequencerFailover_ConductorRPC(t *testing.T) {
// [Category: Sequencer Failover] // [Category: Sequencer Failover]
// Test that the sequencer can successfully failover to a new sequencer once the active sequencer goes down. // Test that the sequencer can successfully failover to a new sequencer once the active sequencer goes down.
func TestSequencerFailover_ActiveSequencerDown(t *testing.T) { func TestSequencerFailover_ActiveSequencerDown(t *testing.T) {
t.Skip("Triggers a deadlock in shutdown")
sys, conductors, cleanup := setupSequencerFailoverTest(t) sys, conductors, cleanup := setupSequencerFailoverTest(t)
defer cleanup() defer cleanup()
......
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