Skip to content

Commit

Permalink
test fix: make sure to keep the skipE2E field around
Browse files Browse the repository at this point in the history
Signed-off-by: Andres Taylor <[email protected]>
  • Loading branch information
systay committed Dec 10, 2024
1 parent 0fe256e commit 38ea473
Show file tree
Hide file tree
Showing 2 changed files with 204 additions and 203 deletions.
3 changes: 2 additions & 1 deletion go/vt/vtgate/planbuilder/plan_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -664,8 +664,9 @@ func (s *planTestSuite) testFile(filename string, vschema *vschemawrapper.VSchem
continue
}
current := PlanTest{
Comment: testName,
Comment: tcase.Comment,
Query: tcase.Query,
SkipE2E: tcase.SkipE2E,
}
vschema.Version = Gen4
out := getPlanOutput(tcase, vschema, render)
Expand Down
Loading

0 comments on commit 38ea473

Please sign in to comment.