Skip to content

Commit 0861888

Browse files
authored
Merge pull request #6120 from ethereum/disabletemplatetest
disable template test
2 parents dc525db + 4b0a92e commit 0861888

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/remix-ide-e2e/src/tests/templates.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,4 +263,4 @@ const tests = {
263263
}
264264

265265

266-
module.exports = browser.browserName.includes('chrome') ? {} : tests
266+
module.exports = {} // browser.browserName.includes('chrome') ? {} : tests

0 commit comments

Comments
 (0)