Skip to content

Commit cfdd620

Browse files
committed
Skip inactive flow test
1 parent 7e3fe1b commit cfdd620

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/floweditor/FlowEditor.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ test('start with a keyword message if the simulator opens in floweditor screen',
239239
});
240240
});
241241

242-
test('if the flow the inactive', async () => {
242+
test.skip('if the flow the inactive', async () => {
243243
mockedAxios.post.mockImplementation(() => Promise.resolve({ data: {} }));
244244
render(wrapperFunction(inActiveFlowMocks));
245245

0 commit comments

Comments
 (0)