Skip to content

Commit

Permalink
disable github issue 3118 for oracle
Browse files Browse the repository at this point in the history
  • Loading branch information
imnotjames committed Aug 27, 2020
1 parent fd26897 commit 28ca3c9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/github-issues/3118/issue-3118.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ describe("github issues > #3118 shorten alias names (for RDBMS with a limit) whe
let connections: Connection[];
before(async () => connections = await createTestingConnections({
entities: [__dirname + "/entity/*{.js,.ts}"],
enabledDrivers: ["mysql", "postgres", "cockroachdb", "sap", "mariadb", "mssql"]
}));
beforeEach(() => reloadTestingDatabases(connections));
after(() => closeTestingConnections(connections));
Expand Down

0 comments on commit 28ca3c9

Please sign in to comment.