Skip failing SharePoint pages tests (#3781)

The SharePoint pages code is neither available from the CLI nor maintained right now. When the code is maintained again the tests can be unskipped.

---

#### 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

- [ ] 🌻 Feature
- [ ] 🐛 Bugfix
- [ ] 🗺️ Documentation
- [x] 🤖 Supportability/Tests
- [ ] 💻 CI/Deployment
- [ ] 🧹 Tech Debt/Cleanup

#### Issue(s)

* #3780

#### Test Plan

- [x] 💪 Manual
- [ ]  Unit test
- [ ] 💚 E2E
This commit is contained in:
ashmrtn 2023-07-10 14:29:27 -07:00 committed by GitHub
parent b1a5625dc8
commit 97c10cbc68
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -79,6 +79,7 @@ func (suite *SharePointPageSuite) TestFetchPages() {
func (suite *SharePointPageSuite) TestGetSitePages() { func (suite *SharePointPageSuite) TestGetSitePages() {
t := suite.T() t := suite.T()
t.Skip("skipping until code is maintained again")
ctx, flush := tester.NewContext(t) ctx, flush := tester.NewContext(t)
defer flush() defer flush()
@ -95,6 +96,7 @@ func (suite *SharePointPageSuite) TestGetSitePages() {
func (suite *SharePointPageSuite) TestRestoreSinglePage() { func (suite *SharePointPageSuite) TestRestoreSinglePage() {
t := suite.T() t := suite.T()
t.Skip("skipping until code is maintained again")
ctx, flush := tester.NewContext(t) ctx, flush := tester.NewContext(t)
defer flush() defer flush()