Skip to content

Commit

Permalink
Merge pull request #34972 from callstack-internal/fix/skip-reassure-f…
Browse files Browse the repository at this point in the history
…laky-test-search-page

[NoQA] Skip flaky reassure test
  • Loading branch information
mountiny authored Jan 23, 2024
2 parents c3f7bcc + 08be310 commit 82fff8c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/perf-test/SearchPage.perf-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ test('[Search Page] should render options list', async () => {
.then(() => measurePerformance(<SearchPageWrapper navigation={navigation} />, {scenario, runs}));
});

test('[Search Page] should search in options list', async () => {
test.skip('[Search Page] should search in options list', async () => {
const {triggerTransitionEnd, addListener} = TestHelper.createAddListenerMock();

const scenario = async () => {
Expand Down Expand Up @@ -177,7 +177,7 @@ test('[Search Page] should search in options list', async () => {
.then(() => measurePerformance(<SearchPageWrapper navigation={navigation} />, {scenario, runs}));
});

test('[Search Page] should click on list item', async () => {
test.skip('[Search Page] should click on list item', async () => {
const {triggerTransitionEnd, addListener} = TestHelper.createAddListenerMock();

const scenario = async () => {
Expand Down

0 comments on commit 82fff8c

Please sign in to comment.