Skip to content

Commit

Permalink
only enable test 1972 for MySQL
Browse files Browse the repository at this point in the history
  • Loading branch information
imnotjames committed Aug 27, 2020
1 parent 16aa88f commit fd26897
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/github-issues/1972/issue-1972.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ describe("github issues > #1972 STI problem - empty columns", () => {

before(async () => connections = await createTestingConnections({
entities: [__dirname + "/entity/*{.js,.ts}"],
enabledDrivers: ['mysql']
}));

beforeEach(() => reloadTestingDatabases(connections));
Expand Down

0 comments on commit fd26897

Please sign in to comment.