1
0
Fork 0
mirror of https://github.com/paricafe/misskey.git synced 2025-03-24 12:09:32 -05:00

disable cypress widgets tests

This commit is contained in:
syuilo 2023-10-19 20:22:24 +09:00
parent cc256f117e
commit e5598da7a2

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');
});
*/