Skip to content

Commit

Permalink
Skip TestRunFailsToStartTabletManager for now (#17167)
Browse files Browse the repository at this point in the history
Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>
  • Loading branch information
frouioui authored Nov 7, 2024
1 parent 31b956b commit f6ca94f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions go/cmd/vttablet/cli/cli_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ import (
// When starting, the TabletManager checks if it needs to restore, in tm.handleRestore but this step will
// fail if we do not provide a cnf file and if the flag --restore_from_backup is provided.
func TestRunFailsToStartTabletManager(t *testing.T) {
// Skipping the test for now, the test is unveiling some race conditions in the code.
// While working on a fix, this test will be skipped: https://github.com/vitessio/vitess/pull/17165
t.Skip()
ts, factory := memorytopo.NewServerAndFactory(context.Background(), "cell")
topo.RegisterFactory("test", factory)

Expand Down

0 comments on commit f6ca94f

Please sign in to comment.