Skip to content

Commit

Permalink
temporarily skip a test (#104)
Browse files Browse the repository at this point in the history
  • Loading branch information
pgrivachev authored Apr 12, 2022
1 parent e949e63 commit d0b0be5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion e2e/src/postgres.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ suite('Postgres destination', () => {
);
});

test('Should provide ref definitions', async () => {
// TODO: fix flaky test
test.skip('Should provide ref definitions', async () => {
await activateAndWait(activeUsersOrdersCountDocUri);

await assertDefinitions(activeUsersOrdersCountDocUri, new Position(1, 40), [
Expand Down

0 comments on commit d0b0be5

Please sign in to comment.