Skip to content

Commit

Permalink
test: mark problematic tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
asafkorem committed Jan 19, 2025
1 parent b1baeeb commit 7efe2bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions detox/test/e2e/09.stress-timeouts.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ describe('StressTimeouts', () => {
await expect(element(by.text('Interval Ignored!!!'))).toBeVisible();
});

// todo: fix this test

Check warning on line 42 in detox/test/e2e/09.stress-timeouts.test.js

View workflow job for this annotation

GitHub Actions / Linux

Unexpected 'todo' comment without any conditions: 'todo: fix this test'

Check warning on line 42 in detox/test/e2e/09.stress-timeouts.test.js

View workflow job for this annotation

GitHub Actions / Linux

Unexpected 'todo' comment without any conditions: 'todo: fix this test'
it(':ios: should skip over setInterval', async () => {
await element(by.id('SkipOverInterval')).tap();
await expect(element(by.text('Interval Skipped-Over!!!'))).toBeVisible();
Expand Down
1 change: 1 addition & 0 deletions detox/test/e2e/12.animations.test.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// todo: fix this test

Check warning on line 1 in detox/test/e2e/12.animations.test.js

View workflow job for this annotation

GitHub Actions / Linux

Unexpected 'todo' comment without any conditions: 'todo: fix this test'

Check warning on line 1 in detox/test/e2e/12.animations.test.js

View workflow job for this annotation

GitHub Actions / Linux

Unexpected 'todo' comment without any conditions: 'todo: fix this test'
describe('React-Native Animations', () => {
const _delay = ms => new Promise(res => setTimeout(res, ms));

Expand Down

0 comments on commit 7efe2bf

Please sign in to comment.