From e3dc767e5097e0c17553f1236c5b9907bc4e9cf4 Mon Sep 17 00:00:00 2001 From: Florent Poinsard Date: Fri, 8 Nov 2024 13:33:55 -0600 Subject: [PATCH] Unskip TestRunFailsToStartTabletManager Signed-off-by: Florent Poinsard --- go/cmd/vttablet/cli/cli_test.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/go/cmd/vttablet/cli/cli_test.go b/go/cmd/vttablet/cli/cli_test.go index 603234b3c64..c88ebd1b8ae 100644 --- a/go/cmd/vttablet/cli/cli_test.go +++ b/go/cmd/vttablet/cli/cli_test.go @@ -32,9 +32,6 @@ 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)