Skip to content

Commit e2aa07c

Browse files
committed
Remove error code test on native
1 parent ba84f30 commit e2aa07c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

test/integration/client/query-error-handling-tests.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,13 @@ test('error during query execution', function() {
3636
}));
3737
});
3838

39+
if(helper.config.native) return;
40+
3941
test('9.3 column error fields', function() {
4042
var client = new Client(helper.args);
4143
client.connect(assert.success(function() {
4244
helper.versionGTE(client, '9.3.0', assert.success(function(isGreater) {
4345
if(!isGreater) {
44-
console.log('skip 9.3 error field on older versions of postgres');
4546
return client.end();
4647
}
4748

@@ -81,4 +82,4 @@ test('9.3 constraint error fields', function() {
8182
});
8283
}));
8384
}));
84-
});
85+
});

0 commit comments

Comments
 (0)