It was discovered in dolthub/go-mysql-server#3607 that the majority of tests in TestQueryPlans (test cases in PlanTests) were getting skipped because t.Skip was being called in the incorrect run. This has since been fixed, but we need to make sure that in our other tests, t.Skip() is actually being called in the correct place to avoid skipping tests that aren't supposed to be skipped.
It was discovered in dolthub/go-mysql-server#3607 that the majority of tests in
TestQueryPlans(test cases inPlanTests) were getting skipped becauset.Skipwas being called in the incorrect run. This has since been fixed, but we need to make sure that in our other tests,t.Skip()is actually being called in the correct place to avoid skipping tests that aren't supposed to be skipped.