diff --git a/packages/devtools_app/test/debugger/debugger_evaluation_test.dart b/packages/devtools_app/test/debugger/debugger_evaluation_test.dart index 125d9871baa..e274a6b555f 100644 --- a/packages/devtools_app/test/debugger/debugger_evaluation_test.dart +++ b/packages/devtools_app/test/debugger/debugger_evaluation_test.dart @@ -169,6 +169,7 @@ void main() { ); test( 'returns privates only from library', + skip: true, () async { await runMethodAndWaitForPause( 'AnotherClass().pauseWithScopedVariablesMethod()',