Skip to content

Commit

Permalink
Not a native issue
Browse files Browse the repository at this point in the history
  • Loading branch information
brianc committed Sep 17, 2024
1 parent d912cbd commit 93b9fad
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions packages/pg/test/integration/gh-issues/3174-tests.js
Original file line number Diff line number Diff line change
Expand Up @@ -161,5 +161,7 @@ const testErrorBuffer = (bufferName, errorBuffer) => {
})
}

testErrorBuffer('parseComplete', buffers.parseComplete())
testErrorBuffer('commandComplete', buffers.commandComplete('f'))
if (!helper.args.native) {
testErrorBuffer('parseComplete', buffers.parseComplete())
testErrorBuffer('commandComplete', buffers.commandComplete('f'))
}

0 comments on commit 93b9fad

Please sign in to comment.