Skip to content

Commit

Permalink
Disabling CrElementsDrawerV3Test_All for all platforms
Browse files Browse the repository at this point in the history
R=rbpotter@chromium.org

Bug: 1008122
Change-Id: I32be6eb85be6ae221f477cedf3a83dd9a4562d68
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1945922
Reviewed-by: Daniel Murphy <dmurph@chromium.org>
Cr-Commit-Position: refs/heads/master@{#720564}
  • Loading branch information
dmurph committed Dec 2, 2019
1 parent 6778351 commit afeaf24
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions chrome/test/data/webui/cr_elements/cr_elements_v3_browsertest.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,15 +76,9 @@ var CrElementsDrawerV3Test = class extends CrElementsV3BrowserTest {
};

// https://crbug.com/1008122
GEN('#if defined(OS_MACOSX) && defined(NDEBUG)');
GEN('# define MAYBE_CrElementsDrawerV3Test_All \\');
GEN(' DISABLED_All');
GEN('#else');
GEN('# define MAYBE_CrElementsDrawerV3Test_All \\');
GEN(' All');
GEN('#endif');
TEST_F(
'CrElementsDrawerV3Test', 'MAYBE_CrElementsDrawerV3Test_All', function() {
'CrElementsDrawerV3Test', 'DISABLED_CrElementsDrawerV3Test_All',
function() {
mocha.run();
});

Expand Down

0 comments on commit afeaf24

Please sign in to comment.