MM-52212: Skip all sidebarCategory tests (#23375)

We see more tests from the same file fail
with the same error

https://mattermost.atlassian.net/browse/MM-52212
```release-note
NONE
```
Этот коммит содержится в:
Agniva De Sarker
2023-05-11 20:24:27 +05:30
коммит произвёл GitHub
родитель fc46a296ce
Коммит e13bd3af67

Просмотреть файл

@@ -84,7 +84,8 @@ describe('components/sidebarCategory', () => {
},
}
test('sidebar call hideSidebar', async () => {
// https://mattermost.atlassian.net/browse/MM-52212
test.skip('sidebar call hideSidebar', async () => {
const mockStore = configureStore([])
const store = mockStore(state)
@@ -111,7 +112,8 @@ describe('components/sidebarCategory', () => {
expect(container).toMatchSnapshot()
})
test('sidebar collapsed without active board', async () => {
// https://mattermost.atlassian.net/browse/MM-52212
test.skip('sidebar collapsed without active board', async () => {
const mockStore = configureStore([])
const store = mockStore(state)
@@ -136,7 +138,8 @@ describe('components/sidebarCategory', () => {
expect(container).toMatchSnapshot()
})
test('sidebar collapsed with active board in it', async () => {
// https://mattermost.atlassian.net/browse/MM-52212
test.skip('sidebar collapsed with active board in it', async () => {
const mockStore = configureStore([])
const store = mockStore(state)
@@ -162,7 +165,8 @@ describe('components/sidebarCategory', () => {
expect(container).toMatchSnapshot()
})
test('sidebar template close self', async () => {
// https://mattermost.atlassian.net/browse/MM-52212
test.skip('sidebar template close self', async () => {
const mockStore = configureStore([])
const store = mockStore(state)