Skip to content

Commit

Permalink
Merge pull request #5351 from brave/disable-farbling-test
Browse files Browse the repository at this point in the history
temporarily disable farbling test
  • Loading branch information
bridiver committed Apr 23, 2020
2 parents 44e12d7 + 68fe19e commit 07976ed
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 07976ed

Please sign in to comment.