From 11f363854092092bb8c621d313fcf40b0608da22 Mon Sep 17 00:00:00 2001 From: filip mertens Date: Tue, 1 Mar 2022 10:00:59 +0100 Subject: [PATCH] set editor test to global disable --- apps/remix-ide-e2e/src/tests/editor.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/remix-ide-e2e/src/tests/editor.test.ts b/apps/remix-ide-e2e/src/tests/editor.test.ts index 59c3211e79..53d2a22ab5 100644 --- a/apps/remix-ide-e2e/src/tests/editor.test.ts +++ b/apps/remix-ide-e2e/src/tests/editor.test.ts @@ -4,7 +4,7 @@ import { NightwatchBrowser } from 'nightwatch' import init from '../helpers/init' module.exports = { - + '@disabled': true, before: function (browser: NightwatchBrowser, done: VoidFunction) { init(browser, done, 'http://127.0.0.1:8080', true) },