Skip to content

Commit

Permalink
chore: wip
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexey Zorkaltsev committed Sep 25, 2024
1 parent 3675c9e commit c65036f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/__tests__/e2e/table-service/read-table.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ describe('Read table', () => {

afterAll(async () => await destroyDriver(driver));

it('Test', async () => {
xit('Test', async () => {
await driver.tableClient.withSessionRetry(async (session) => {
const expectedRows = [
new Row({id: 1, title: 'one'}),
Expand Down

0 comments on commit c65036f

Please sign in to comment.