From da1454f559b0f5698e9c6a885f3f241a6b8d7fb1 Mon Sep 17 00:00:00 2001 From: Giancarlo Buenaflor Date: Thu, 10 Jul 2025 13:03:43 +0200 Subject: [PATCH] Update --- .../event_processor/screenshot_event_processor_test.dart | 6 ------ 1 file changed, 6 deletions(-) diff --git a/flutter/test/event_processor/screenshot_event_processor_test.dart b/flutter/test/event_processor/screenshot_event_processor_test.dart index 4286a86a00..bbf6cec22a 100644 --- a/flutter/test/event_processor/screenshot_event_processor_test.dart +++ b/flutter/test/event_processor/screenshot_event_processor_test.dart @@ -77,12 +77,6 @@ void main() { added: true, isWeb: true); }); - testWidgets('adds screenshot attachment with skwasm renderer', - (tester) async { - await _addScreenshotAttachment(tester, FlutterRenderer.skwasm, - added: true, isWeb: true); - }); - testWidgets('does not add screenshot attachment with html renderer', (tester) async { await _addScreenshotAttachment(tester, FlutterRenderer.html,