Skip to content

Commit f19589b

Browse files
committed
fix
1 parent 7d8b791 commit f19589b

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

testing/go/import_dumps_test.go

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -33,16 +33,16 @@ import (
3333

3434
// TestImportingDumps are regression tests against dumps taken from various sources.
3535
func TestImportingDumps(t *testing.T) {
36-
//t.Skip("The majority fail for now")
36+
t.Skip("The majority fail for now")
3737
RunImportTests(t, []ImportTest{
38-
//{
39-
// Name: "Scrubbed-1",
40-
// SetUpScript: []string{
41-
// "CREATE USER behfjgnf WITH SUPERUSER PASSWORD 'password';",
42-
// },
43-
// SkipQueries: []string{"CREATE UNIQUE INDEX dawkmezfehakyikllr"},
44-
// SQLFilename: "scrubbed-1.sql",
45-
//},
38+
{
39+
Name: "Scrubbed-1",
40+
SetUpScript: []string{
41+
"CREATE USER behfjgnf WITH SUPERUSER PASSWORD 'password';",
42+
},
43+
SkipQueries: []string{"CREATE UNIQUE INDEX dawkmezfehakyikllr"},
44+
SQLFilename: "scrubbed-1.sql",
45+
},
4646
{
4747
Name: "A-lang209/Salon-Appointment-Scheduler",
4848
Skip: true, // Database creation uses unsupported params then attempts to connect, hangs indefinitely

0 commit comments

Comments
 (0)