Skip to content

Commit 43ad23e

Browse files
authored
Merge pull request #25973 from brave/pr25648_issues/41096_1.71.x
Disabled SpeedReaderBrowserTest.SmokeTest (uplift to 1.71.x)
2 parents c680da6 + 9cdba3a commit 43ad23e

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

browser/speedreader/speedreader_browsertest.cc

+5-1
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,11 @@ IN_PROC_BROWSER_TEST_F(SpeedReaderBrowserTest, DisableSiteWorks) {
294294
tab_helper()->PageDistillState()));
295295
}
296296

297-
IN_PROC_BROWSER_TEST_F(SpeedReaderBrowserTest, SmokeTest) {
297+
// I assume that the periodic fails of this test are related to issues/36355, I
298+
// need to deal with it before turning it back. Other tests cover the
299+
// scenario in this one, so a temporary disabling will not affect the health
300+
// check of the feature.
301+
IN_PROC_BROWSER_TEST_F(SpeedReaderBrowserTest, DISABLED_SmokeTest) {
298302
// Solana web3.js console warning will interfere with console observer
299303
brave_wallet::SetDefaultSolanaWallet(
300304
browser()->profile()->GetPrefs(),

0 commit comments

Comments
 (0)