File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed
seleniumJSEnv/src/test/scala/org/scalajs/jsenv/selenium Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -24,14 +24,14 @@ class SeleniumJSSuiteRunner private (
24
24
this (suite, new JSEnvSuiteRunner (suite))
25
25
26
26
// Ignore `largeMessageTest` for chrome.
27
- if (TestCapabilities .nameFromEnv == " chrome" ) {
28
- base.filter(new Filter {
29
- def describe (): String = " Ignore largeMessageTest"
30
-
31
- def shouldRun (description : Description ): Boolean = {
32
- description.getMethodName == null ||
33
- ! description.getMethodName.startsWith(" largeMessageTest" )
34
- }
35
- })
36
- }
27
+ // if (TestCapabilities.nameFromEnv == "chrome") {
28
+ // base.filter(new Filter {
29
+ // def describe(): String = "Ignore largeMessageTest"
30
+ //
31
+ // def shouldRun(description: Description): Boolean = {
32
+ // description.getMethodName == null ||
33
+ // !description.getMethodName.startsWith("largeMessageTest")
34
+ // }
35
+ // })
36
+ // }
37
37
}
You can’t perform that action at this time.
0 commit comments