We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90587fb commit adce730Copy full SHA for adce730
1 file changed
packages/devtools_app/test/screens/debugger/debugger_evaluation_test.dart
@@ -261,6 +261,9 @@ void main() {
261
262
test(
263
'returns no operators for int',
264
+ // Temporarily skip this test while Flutter gets a Dart SDK with new
265
+ // properties on 'int'.
266
+ skip: true,
267
() async {
268
await runMethodAndWaitForPause(
269
'AnotherClass().pauseWithScopedVariablesMethod()',
0 commit comments