Skip to content

Commit

Permalink
[web] remove platform_messages_integration test (#147654)
Browse files Browse the repository at this point in the history
This functionality is already fully covered by https://github.com/flutter/engine/blob/main/lib/web_ui/test/engine/platform_views/message_handler_test.dart

This might help with #146189 a little.
  • Loading branch information
yjbanov committed May 1, 2024
1 parent 5181086 commit f256f68
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 129 deletions.
5 changes: 0 additions & 5 deletions dev/bots/suite_runners/run_web_tests.dart
Original file line number Diff line number Diff line change
Expand Up @@ -142,11 +142,6 @@ class WebTestsSuite {
),
],

// This test doesn't do anything interesting w.r.t. rendering, so we don't run the full build mode x renderer matrix.
() => _runWebE2eTest('platform_messages_integration', buildMode: 'debug', renderer: 'canvaskit'),
() => _runWebE2eTest('platform_messages_integration', buildMode: 'profile', renderer: 'html'),
() => _runWebE2eTest('platform_messages_integration', buildMode: 'release', renderer: 'html'),

// This test doesn't do anything interesting w.r.t. rendering, so we don't run the full build mode x renderer matrix.
() => _runWebE2eTest('profile_diagnostics_integration', buildMode: 'debug', renderer: 'html'),
() => _runWebE2eTest('profile_diagnostics_integration', buildMode: 'profile', renderer: 'canvaskit'),
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

0 comments on commit f256f68

Please sign in to comment.