File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -33,16 +33,16 @@ import (
3333
3434// TestImportingDumps are regression tests against dumps taken from various sources.
3535func 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
You can’t perform that action at this time.
0 commit comments