mirror of
https://github.com/shishantbiswas/bknd.git
synced 2026-03-16 04:27:21 +00:00
ignore pg test for now (missing env on ci)
This commit is contained in:
@@ -13,7 +13,9 @@ const connection = new PostgresConnection({
|
||||
port: 5433,
|
||||
});
|
||||
|
||||
describe("postgres", () => {
|
||||
const ALL_TESTS = !!process.env.ALL_TESTS;
|
||||
|
||||
describe.skipIf(ALL_TESTS)("postgres", () => {
|
||||
test.skip("introspector", async () => {
|
||||
const introspector = new PostgresIntrospector(connection.kysely, {
|
||||
plugins: [new ParseJSONResultsPlugin()],
|
||||
Reference in New Issue
Block a user