Skip to content

Commit

Permalink
Disable 'variable scope variables in function' in 'variable_scope_tes…
Browse files Browse the repository at this point in the history
…t.dart'

See #2469
  • Loading branch information
bkonyi committed Aug 1, 2024
1 parent 3354ea5 commit 1612194
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dwds/test/variable_scope_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ void main() {
'testClass',
]),
);
});
}, skip: 'See https://github.com/dart-lang/webdev/issues/2469');

test('variables in closure nested in method', () async {
stack = await breakAt('nestedClosure', mainScript);
Expand Down

0 comments on commit 1612194

Please sign in to comment.