Skip to content

Commit 0b6f997

Browse files
authored
Remove observatory related TODO that is already fixed. (#158205)
Description intentionally left blank :)
1 parent b46fb32 commit 0b6f997

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

packages/flutter_tools/test/integration.shard/flutter_attach_test.dart

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -204,12 +204,7 @@ void main() {
204204

205205
testWithoutContext('enables Observatory on attach', () async {
206206
await flutterRun.run(withDebugger: true);
207-
// Bail out if Observatory is still served by default in the VM.
208-
// TODO(bkonyi): replace this with the following once Observatory is disabled in the VM:
209-
// expect(await isObservatoryAvailable(), isFalse);
210-
if (await isObservatoryAvailable()) {
211-
return;
212-
}
207+
expect(await isObservatoryAvailable(), false);
213208
await flutterAttach.attach(
214209
flutterRun.vmServicePort!,
215210
serveObservatory: true,

0 commit comments

Comments
 (0)