[flutter_tools] Fix incorrect todo (#94597)
This commit is contained in:
parent
885a1482f8
commit
4517d16b53
@ -415,7 +415,7 @@ class TestCommand extends FlutterCommand with DeviceBasedDevelopmentArtifacts {
|
|||||||
);
|
);
|
||||||
}
|
}
|
||||||
if (integrationTestDevice.platformType == PlatformType.web) {
|
if (integrationTestDevice.platformType == PlatformType.web) {
|
||||||
// TODO(jiahaog): Support web. https://github.com/flutter/flutter/pull/74236
|
// TODO(jiahaog): Support web. https://github.com/flutter/flutter/issues/66264
|
||||||
throwToolExit('Web devices are not supported for integration tests yet.');
|
throwToolExit('Web devices are not supported for integration tests yet.');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -561,7 +561,7 @@ dev_dependencies:
|
|||||||
DeviceManager: () => _FakeDeviceManager(<Device>[]),
|
DeviceManager: () => _FakeDeviceManager(<Device>[]),
|
||||||
});
|
});
|
||||||
|
|
||||||
// TODO(jiahaog): Remove this when web is supported. https://github.com/flutter/flutter/pull/74236
|
// TODO(jiahaog): Remove this when web is supported. https://github.com/flutter/flutter/issues/66264
|
||||||
testUsingContext('Integration tests when only web devices are connected', () async {
|
testUsingContext('Integration tests when only web devices are connected', () async {
|
||||||
final FakeFlutterTestRunner testRunner = FakeFlutterTestRunner(0);
|
final FakeFlutterTestRunner testRunner = FakeFlutterTestRunner(0);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user