diff --git a/packages/devtools_app/test/shared/eval_integration_test.dart b/packages/devtools_app/test/shared/eval_integration_test.dart index 5f71a773ece..03ffadd63e5 100644 --- a/packages/devtools_app/test/shared/eval_integration_test.dart +++ b/packages/devtools_app/test/shared/eval_integration_test.dart @@ -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, ); }); });