linux-lacros.browser_tests.filter 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. # TODO(crbug.com/1111979) Enable all tests on lacros.
  2. -AccessContextAuditBrowserTest.CheckSessionOnly
  3. -AccessContextAuditBrowserTest.RemoveRecords
  4. -All/WebRtcScreenCaptureBrowserTestWithPicker.ScreenCaptureVideo/*
  5. -All/WebRtcScreenCaptureBrowserTestWithPicker.ScreenCaptureVideoAndAudio/*
  6. -BluetoothApiTest.*
  7. -BluetoothLowEnergyApiTest.*
  8. -BluetoothPrivateApiTest.*
  9. -BrowserTest.RestorePinnedTabs
  10. -BrowserViewTest.GetAccessibleTabModalDialogTitle
  11. -BrowsingDataRemoverBrowserTest.StorageRemovedFromDisk
  12. -ContextMenuBrowserTest.OpenLinkInProfile
  13. -DeclarativeContentApiTest.RulesPersistence
  14. -ExternalProtocolDialogBrowserTest.TestFocus
  15. -FolderUploadConfirmationViewTest.InitiallyFocusesCancel
  16. -KeepAliveDevToolsTest.KeepsAliveUntilBrowserClose
  17. -OmniboxPopupContentsViewTest.ClickOmnibox
  18. -OmniboxPopupContentsViewTest.PopupMatchesLocationBarBackground
  19. -OutOfProcessPPAPITest.Printing
  20. -ProfileListDesktopBrowserTest.SwitchToProfile
  21. -SSLUITest.TestCloseTabWithUnsafePopup
  22. -TabHoverCardBubbleViewBrowserTest.WidgetNotVisibleOnMousePressAfterTabFocus
  23. -TabHoverCardBubbleViewBrowserTest.WidgetVisibleOnKeyPressAfterTabFocus
  24. # crbug.com/1121486
  25. # Following tests were flaky. We disable them first until we have time to investigate.
  26. -All/HostedOrWebAppTest.CtrlClickLink/HostedApp
  27. -All/HostedOrWebAppTest.CtrlClickLink/WebApp
  28. -AudioFocusWebContentsObserverBrowserTest.PlatformAppHasDifferentAudioFocus
  29. -ContentSettingsTest.AllowCookiesForASessionUsingExceptions
  30. -CustomTabBarViewBrowserTest.BackToAppButtonIsNotVisibleInOutOfScopePopups
  31. -DevToolsTest.TestDispatchKeyEventShowsAutoFill
  32. # #TODO (b/235882005): These tests fail due to a NOT_IMPLEMENTED_LOG_ONCE()
  33. # within the wayland_surface.cc implementation. This implementation is
  34. # currently used by linux-lacros. This causes our focused dialog object to
  35. # instantly close and causes these tests to fail. Until a solution is
  36. # introduced with wayland support or a workaround can be discovered in the
  37. # browser tests, simply disable them.
  38. -AccessCodeCastDialogBrowserTest.*
  39. -AccessCodeCastHandlerBrowserTest.*
  40. -AccessCodeCastSinkServiceBrowserTest.*