Skip to content

Commit 68d27bf

Browse files
authored
test(endtoend): Enabled managed-db tests in CI (#2883)
1 parent 72c08a4 commit 68d27bf

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

internal/endtoend/endtoend_test.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -111,9 +111,6 @@ func TestReplay(t *testing.T) {
111111
}
112112
},
113113
Enabled: func() bool {
114-
if len(os.Getenv("CI")) > 0 {
115-
return false
116-
}
117114
return len(os.Getenv("SQLC_AUTH_TOKEN")) > 0
118115
},
119116
},

0 commit comments

Comments
 (0)