Skip to content

Commit

Permalink
Merge pull request #34042 from Expensify/vit-skipReportScreenTest
Browse files Browse the repository at this point in the history
[NoQA] Skip the two report screen reassure tests
  • Loading branch information
mountiny authored Jan 5, 2024
2 parents e8ec48b + e40dcd6 commit ea16996
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/perf-test/ReportScreen.perf-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ function ReportScreenWrapper(args) {

const runs = CONST.PERFORMANCE_TESTS.RUNS;

test('[ReportScreen] should render ReportScreen with composer interactions', () => {
test.skip('[ReportScreen] should render ReportScreen with composer interactions', () => {
const {triggerTransitionEnd, addListener} = createAddListenerMock();
const scenario = async () => {
/**
Expand Down Expand Up @@ -226,7 +226,7 @@ test('[ReportScreen] should render ReportScreen with composer interactions', ()
);
});

test('[ReportScreen] should press of the report item', () => {
test.skip('[ReportScreen] should press of the report item', () => {
const {triggerTransitionEnd, addListener} = createAddListenerMock();
const scenario = async () => {
/**
Expand Down

0 comments on commit ea16996

Please sign in to comment.