disable cypress widgets tests

This commit is contained in:
syuilo 2023-10-19 20:22:24 +09:00
parent cc256f117e
commit e5598da7a2
1 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,4 @@
/* flaky
describe('After user signed in', () => {
beforeEach(() => {
cy.resetState();
@ -67,3 +68,4 @@ describe('After user signed in', () => {
buildWidgetTest('aiscript');
buildWidgetTest('aichan');
});
*/