Skip to content

Commit

Permalink
[dPWA] Disabling file handling tests mac
Browse files Browse the repository at this point in the history
Bug: 1414947
Change-Id: Iba41058af5ee0bc2b4d20f73df2977e622154783
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4242105
Commit-Queue: Daniel Murphy <dmurph@chromium.org>
Commit-Queue: Dana Fried <dfried@google.com>
Auto-Submit: Daniel Murphy <dmurph@chromium.org>
Quick-Run: Daniel Murphy <dmurph@chromium.org>
Reviewed-by: Dana Fried <dfried@google.com>
Cr-Commit-Position: refs/heads/main@{#1104154}
  • Loading branch information
dmurph authored and Chromium LUCI CQ committed Feb 11, 2023
1 parent 4d5b0d5 commit b8f9b7c
Showing 1 changed file with 8 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
#include "base/memory/scoped_refptr.h"
#include "base/test/scoped_feature_list.h"
#include "base/test/test_future.h"
#include "build/build_config.h"
#include "chrome/browser/profiles/profile.h"
#include "chrome/browser/web_applications/os_integration/file_handling_sub_manager.h"
#include "chrome/browser/web_applications/os_integration/os_integration_manager.h"
Expand Down Expand Up @@ -436,8 +437,14 @@ TEST_P(FileHandlingSubManagerConfigureAndExecuteTest, Uninstall) {
}
}

#if BUILDFLAG(IS_MAC)
#define MAYBE_All DISABLED_All
#else
#define MAYBE_All All
#endif

INSTANTIATE_TEST_SUITE_P(
All,
MAYBE_All,
FileHandlingSubManagerConfigureAndExecuteTest,
::testing::Values(OsIntegrationSubManagersState::kSaveStateToDB,
OsIntegrationSubManagersState::kSaveStateAndExecute,
Expand Down

0 comments on commit b8f9b7c

Please sign in to comment.