Skip flaky "sidebar template close other" Boards test temporarily (#22977)
Этот коммит содержится в:
коммит произвёл
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)
|
||||
|
||||
|
||||
Ссылка в новой задаче
Block a user