1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-01 02:15:41 +02: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');
});
*/