mirror of
https://github.com/bknd-io/bknd/
synced 2026-08-02 08:06:00 +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