Skip to content

Commit

Permalink
Skip another eval_integration_test case that is flaking in the Flutte…
Browse files Browse the repository at this point in the history
…r customer tests (#7957)

Several recent runs of the devtools tests in the Flutter customer test suite have shown flakes in the FutureFailedException test in eval_integration_test.

Some other eval_integration_test cases have a tag that skips the test when running in the Flutter customer tests.  This PR applies that tag to FutureFailedException.

See #6998
  • Loading branch information
jason-simmons committed Jun 20, 2024
1 parent a683dc7 commit a566b22
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/devtools_app/test/shared/eval_integration_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,9 @@ void main() {
expect(error.valueAsString, 'foo');
},
timeout: const Timeout.factor(2),
// TODO(https://github.com/flutter/devtools/issues/6998): if this flake
// is addressed, we can unskip this for the Flutter customer tests.
tags: skipForCustomerTestsTag,
);
});
});
Expand Down

0 comments on commit a566b22

Please sign in to comment.