diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2023-10-19 20:22:24 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2023-10-19 20:22:24 +0900 |
| commit | e5598da7a23c74df5e1b475d99acaee0715de7f0 (patch) | |
| tree | b4cdcfb61a348a88c05c8550f43e50549dbcda8e | |
| parent | update deps (diff) | |
| download | sharkey-e5598da7a23c74df5e1b475d99acaee0715de7f0.tar.gz sharkey-e5598da7a23c74df5e1b475d99acaee0715de7f0.tar.bz2 sharkey-e5598da7a23c74df5e1b475d99acaee0715de7f0.zip | |
disable cypress widgets tests
| -rw-r--r-- | cypress/e2e/widgets.cy.js | 2 |
1 files changed, 2 insertions, 0 deletions
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'); }); +*/ |