| Index: perf/go/db/db_test.go
|
| diff --git a/perf/go/db/db_test.go b/perf/go/db/db_test.go
|
| index d6174ec23c2ae9f3144ac0fc72ce65c19d10cfa9..355a448bf175e62c142e4a485b122b9bd17abf28 100644
|
| --- a/perf/go/db/db_test.go
|
| +++ b/perf/go/db/db_test.go
|
| @@ -6,10 +6,6 @@ import (
|
| "skia.googlesource.com/buildbot.git/go/database/testutil"
|
| )
|
|
|
| -func TestSQLiteVersioning(t *testing.T) {
|
| - testutil.SQLiteVersioningTests(t, migrationSteps)
|
| -}
|
| -
|
| func TestMySQLVersioning(t *testing.T) {
|
| testutil.MySQLVersioningTests(t, "skia", migrationSteps)
|
| }
|
|
|