Prepare for new properties on int (#9829)
diff --git a/packages/devtools_app/test/screens/debugger/debugger_evaluation_test.dart b/packages/devtools_app/test/screens/debugger/debugger_evaluation_test.dart index ef0c1f1..d3bedf1 100644 --- a/packages/devtools_app/test/screens/debugger/debugger_evaluation_test.dart +++ b/packages/devtools_app/test/screens/debugger/debugger_evaluation_test.dart
@@ -261,6 +261,9 @@ test( 'returns no operators for int', + // Temporarily skip this test while Flutter gets a Dart SDK with new + // properties on 'int'. + skip: true, () async { await runMethodAndWaitForPause( 'AnotherClass().pauseWithScopedVariablesMethod()',