mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
[web] skip overlay test on Safari (flutter/engine#27114)
This commit is contained in:
parent
269f3cc927
commit
a458394b0f
@ -312,7 +312,8 @@ void testMain() {
|
||||
// Expect: success. Just checking the system is not left in a corrupted state.
|
||||
await _createPlatformView(0, 'test-platform-view');
|
||||
renderTestScene(viewCount: 0);
|
||||
});
|
||||
// TODO(yjbanov): skipped due to https://github.com/flutter/flutter/issues/73867
|
||||
}, skip: isSafari);
|
||||
|
||||
test('embeds and disposes of a platform view', () async {
|
||||
ui.platformViewRegistry.registerViewFactory(
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user