Skip to content

Commit

Permalink
Revert
Browse files Browse the repository at this point in the history
  • Loading branch information
zachmu committed Sep 25, 2024
1 parent 9bc8e57 commit 40e7698
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testing/go/regression/tool/run_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ import (
func TestRegressionTests(t *testing.T) {
// We'll only run this on GitHub Actions, so set this environment variable to run locally
if _, ok := os.LookupEnv("REGRESSION_TESTING"); !ok {
// t.Skip()
t.Skip()
}
regex.ShouldPanic = false // Something that is occurring in a test is causing this to panic, so we disable for now
controller, port, err := CreateDoltgresServer()
Expand Down

0 comments on commit 40e7698

Please sign in to comment.