Skip to content

Commit

Permalink
skipped test
Browse files Browse the repository at this point in the history
  • Loading branch information
danieljbruce committed Sep 24, 2024
1 parent 1e3bc08 commit 090c92e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/readrows.ts
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,7 @@ describe('Bigtable/ReadRows', () => {
}
})();
});
it.only('should not re-request data that the server has already sent', function (done) {
it.skip('should not re-request data that the server has already sent', function (done) {
setWindowsTestTimeout(this);
const dataResults = [];
let requestCount = 0;
Expand Down

0 comments on commit 090c92e

Please sign in to comment.