Skip to content

Commit

Permalink
remove redundant test
Browse files Browse the repository at this point in the history
Signed-off-by: Shlomi Noach <[email protected]>
  • Loading branch information
shlomi-noach committed Nov 5, 2024
1 parent cbe82ba commit 40133a6
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions go/vt/vttablet/tabletserver/schema/engine_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1099,11 +1099,6 @@ func TestEngineGetTableData(t *testing.T) {
expectedQueries: map[string]*sqltypes.Result{
conn.BaseShowTables(): {},
},
}, {
name: "Success with include stats",
expectedQueries: map[string]*sqltypes.Result{
conn.BaseShowTables(): {},
},
}, {
name: "Error in query",
queriesToReject: map[string]error{
Expand Down

0 comments on commit 40133a6

Please sign in to comment.