Skip to content

Commit

Permalink
Skip flaky eval integration tests for test registry (#8586)
Browse files Browse the repository at this point in the history
  • Loading branch information
kenzieschmoll authored Dec 3, 2024
1 parent 2b9dcf9 commit c5c0673
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 @@ -63,6 +63,9 @@ void main() {
expect(instance2.classRef!.name, '_Future');
},
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,
);

test(
Expand Down

0 comments on commit c5c0673

Please sign in to comment.