Remove --enable-permissions-backup flag from sanity tests (#3020)

Permissions backup is now default, but this flag was never removed from sanity-tests CI.

<!-- PR description-->

---

#### Does this PR need a docs update or release note?

- [ ]  Yes, it's included
- [ ] 🕐 Yes, but in a later PR
- [x]  No

#### Type of change

<!--- Please check the type of change your PR introduces: --->
- [ ] 🌻 Feature
- [ ] 🐛 Bugfix
- [ ] 🗺️ Documentation
- [ ] 🤖 Supportability/Tests
- [ ] 💻 CI/Deployment
- [x] 🧹 Tech Debt/Cleanup

#### Issue(s)

<!-- Can reference multiple issues. Use one of the following "magic words" - "closes, fixes" to auto-close the Github issue. -->
* #<issue>

#### Test Plan

<!-- How will this be tested prior to merging.-->
- [x] 💪 Manual
- [ ]  Unit test
- [ ] 💚 E2E
This commit is contained in:
Abin Simon 2023-04-04 21:59:52 +05:30 committed by GitHub
parent 4e1a44fbee
commit b26f4e1796
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -237,7 +237,6 @@ jobs:
./corso backup create onedrive \ ./corso backup create onedrive \
--hide-progress \ --hide-progress \
--user "${CORSO_M365_TEST_USER_ID}" \ --user "${CORSO_M365_TEST_USER_ID}" \
--enable-permissions-backup \
--json \ --json \
2>&1 | tee $TEST_RESULT/backup_onedrive.txt 2>&1 | tee $TEST_RESULT/backup_onedrive.txt
@ -308,7 +307,6 @@ jobs:
./corso backup create onedrive \ ./corso backup create onedrive \
--hide-progress \ --hide-progress \
--user "${CORSO_M365_TEST_USER_ID}" \ --user "${CORSO_M365_TEST_USER_ID}" \
--enable-permissions-backup \
--json \ --json \
2>&1 | tee $TEST_RESULT/backup_onedrive_incremental.txt 2>&1 | tee $TEST_RESULT/backup_onedrive_incremental.txt