From e5598da7a23c74df5e1b475d99acaee0715de7f0 Mon Sep 17 00:00:00 2001
From: syuilo <Syuilotan@yahoo.co.jp>
Date: Thu, 19 Oct 2023 20:22:24 +0900
Subject: [PATCH] disable cypress widgets tests

---
 cypress/e2e/widgets.cy.js | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/cypress/e2e/widgets.cy.js b/cypress/e2e/widgets.cy.js
index f5a982eb0a..df6ec8357d 100644
--- a/cypress/e2e/widgets.cy.js
+++ b/cypress/e2e/widgets.cy.js
@@ -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');
 });
+*/