Skip to content

Commit adce730

Browse files
authored
Prepare for new properties on int (#9829)
1 parent 90587fb commit adce730

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

packages/devtools_app/test/screens/debugger/debugger_evaluation_test.dart

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -261,6 +261,9 @@ void main() {
261261

262262
test(
263263
'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,
264267
() async {
265268
await runMethodAndWaitForPause(
266269
'AnotherClass().pauseWithScopedVariablesMethod()',

0 commit comments

Comments
 (0)