Skip to content

Commit

Permalink
Add log
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Vaillancourt <tim@timvaillancourt.com>
  • Loading branch information
timvaillancourt committed May 20, 2024
1 parent 8911a6d commit 9f54ac2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions go/test/endtoend/reparent/plannedreparent/reparent_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -394,6 +394,7 @@ func TestReparentDoesntHangIfPrimaryFails(t *testing.T) {
// 2. Bringing up a new vttablet should have its replication and semi-sync setup correctly without any manual intervention
func TestCrossCellDurability(t *testing.T) {
if os.Getenv("SKIPTESTCROSSCELLDURABILITY") == "1" {
t.Log("skipping due to SKIPTESTCROSSCELLDURABILITY=1")
return
}
defer cluster.PanicHandler(t)
Expand Down

0 comments on commit 9f54ac2

Please sign in to comment.