Skip flaky "sidebar template close other" Boards test temporarily (#22977)

Этот коммит содержится в:
M-ZubairAhmed
2023-04-17 15:41:45 +05:30
коммит произвёл GitHub
родитель 5c8880321f
Коммит 496b1e4e1c

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

@@ -193,7 +193,10 @@ describe('components/sidebarCategory', () => {
expect(mockTemplateClose).toBeCalled()
})
test('sidebar template close other', async () => {
// TODO: Remove when fetch is mocked correctly
// https://mattermost.atlassian.net/browse/MM-52212
// eslint-disable-next-line no-only-tests/no-only-tests
test.skip('sidebar template close other', async () => {
const mockStore = configureStore([])
const store = mockStore(state)