Skip to content
This repository was archived by the owner on Mar 26, 2026. It is now read-only.

Commit 65a75f5

Browse files
committed
chore: revert "chore: more cleanup of reverted stuff"
This reverts commit 56a8545.
1 parent 1e91643 commit 65a75f5

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

test/table.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1216,6 +1216,7 @@ describe('Bigtable/Table', () => {
12161216
done();
12171217
});
12181218
});
1219+
12191220
it('Should respect the timeout parameter passed in for DEADLINE_EXCEEDED error', done => {
12201221
// The timeout is 2 seconds, but the error is received after 3 seconds
12211222
// so the client doesn't retry because more than 2 seconds have elapsed.

testproxy/known_failures.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ TestReadModifyWriteRow_Generic_DeadlineExceeded\|
44
TestReadRow_Generic_DeadlineExceeded\|
55
TestSampleRowKeys_Generic_Headers\|
66
TestSampleRowKeys_NoRetry_NoEmptyKey\|
7+
TestSampleRowKeys_Generic_CloseClient\|

0 commit comments

Comments
 (0)