Skip to content

Audit how t.Skip() is being used in tests #11255

Description

@angelamayxie

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions