Skip to content

Commit a0d431b

Browse files
ignore getObject system test
1 parent 5ebf865 commit a0d431b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

system_test/testSystemGetObjects.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const snowflake = require('./../lib/snowflake');
1111
const connOptions = require('../test/integration/connectionOptions');
1212
const testUtil = require('../test/integration/testUtil');
1313

14-
describe('system$get_objects()', function () {
14+
describe.skip('system$get_objects()', function () {
1515
const createDatabase = 'create or replace database node_testdb;';
1616
const createSchema = 'create or replace schema node_testschema;';
1717
const createTableT1 = 'create or replace table t1 (c1 number);';

0 commit comments

Comments
 (0)