Skip to content

Commit

Permalink
temporarily disable farbling test
Browse files Browse the repository at this point in the history
temporary fix for brave/brave-browser#9433
  • Loading branch information
bridiver committed Apr 23, 2020
1 parent 44e12d7 commit 68fe19e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions renderer/brave_content_settings_agent_impl_browsertest.cc
Original file line number Diff line number Diff line change
Expand Up @@ -303,11 +303,11 @@ class BraveContentSettingsAgentImplBrowserTest : public InProcessBrowserTest {

// See https://github.com/brave/brave-browser/issues/8937
// Fails on Linux
#if defined(OS_LINUX)
// #if defined(OS_LINUX)
#define MAYBE_FarbleGetImageData DISABLED_FarbleGetImageData
#else
#define MAYBE_FarbleGetImageData FarbleGetImageData
#endif
// #else
// #define MAYBE_FarbleGetImageData FarbleGetImageData
// #endif

IN_PROC_BROWSER_TEST_F(BraveContentSettingsAgentImplBrowserTest,
MAYBE_FarbleGetImageData) {
Expand Down

0 comments on commit 68fe19e

Please sign in to comment.