Skip to content

Commit b823a23

Browse files
authored
simple-query-tests: remove no-op test (#3390)
Originally skipped in daa370a Co-authored-by: alxndrsn <alxndrsn>
1 parent b4022aa commit b823a23

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

packages/pg/test/unit/client/simple-query-tests.js

-4
Original file line numberDiff line numberDiff line change
@@ -112,10 +112,6 @@ test('executing query', function () {
112112
text: 'INSERT 31 1',
113113
})
114114
})
115-
116-
test('removes itself after another readyForQuery message', function () {
117-
return false
118-
})
119115
})
120116

121117
test('handles errors', function () {

0 commit comments

Comments
 (0)