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 d062fd5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/github-issues/3118/issue-3118.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ 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", "sqlite", "cordova", "react-native",
"nativescript" , "sqljs", "mssql", "mongodb", "expo", "better-sqlite3"
]
}));
beforeEach(() => reloadTestingDatabases(connections));
after(() => closeTestingConnections(connections));
Expand Down

0 comments on commit d062fd5

Please sign in to comment.