From b26f4e1796cfd7c12dde4b2d293633f00e7c361b Mon Sep 17 00:00:00 2001 From: Abin Simon Date: Tue, 4 Apr 2023 21:59:52 +0530 Subject: [PATCH] Remove `--enable-permissions-backup` flag from sanity tests (#3020) Permissions backup is now default, but this flag was never removed from sanity-tests CI. --- #### Does this PR need a docs update or release note? - [ ] :white_check_mark: Yes, it's included - [ ] :clock1: Yes, but in a later PR - [x] :no_entry: No #### Type of change - [ ] :sunflower: Feature - [ ] :bug: Bugfix - [ ] :world_map: Documentation - [ ] :robot: Supportability/Tests - [ ] :computer: CI/Deployment - [x] :broom: Tech Debt/Cleanup #### Issue(s) * # #### Test Plan - [x] :muscle: Manual - [ ] :zap: Unit test - [ ] :green_heart: E2E --- .github/workflows/sanity-test.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/sanity-test.yaml b/.github/workflows/sanity-test.yaml index 57f988fe3..3ff954b81 100644 --- a/.github/workflows/sanity-test.yaml +++ b/.github/workflows/sanity-test.yaml @@ -237,7 +237,6 @@ jobs: ./corso backup create onedrive \ --hide-progress \ --user "${CORSO_M365_TEST_USER_ID}" \ - --enable-permissions-backup \ --json \ 2>&1 | tee $TEST_RESULT/backup_onedrive.txt @@ -308,7 +307,6 @@ jobs: ./corso backup create onedrive \ --hide-progress \ --user "${CORSO_M365_TEST_USER_ID}" \ - --enable-permissions-backup \ --json \ 2>&1 | tee $TEST_RESULT/backup_onedrive_incremental.txt