Skip to content

Commit 0fb3800

Browse files
authored
ci: fix compilation (#3064)
1 parent 576c2a3 commit 0fb3800

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

flutter/test/event_processor/screenshot_event_processor_test.dart

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -77,12 +77,6 @@ void main() {
7777
added: true, isWeb: true);
7878
});
7979

80-
testWidgets('adds screenshot attachment with skwasm renderer',
81-
(tester) async {
82-
await _addScreenshotAttachment(tester, FlutterRenderer.skwasm,
83-
added: true, isWeb: true);
84-
});
85-
8680
testWidgets('does not add screenshot attachment with html renderer',
8781
(tester) async {
8882
await _addScreenshotAttachment(tester, FlutterRenderer.html,

0 commit comments

Comments
 (0)