Skip to content

Commit

Permalink
WIP re-enable large message test
Browse files Browse the repository at this point in the history
  • Loading branch information
gzm0 committed Mar 14, 2021
1 parent 4ba7c49 commit 3e4e4de
Showing 1 changed file with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,14 @@ class SeleniumJSSuiteRunner private (
this(suite, new JSEnvSuiteRunner(suite))

// Ignore `largeMessageTest` for chrome.
if (TestCapabilities.nameFromEnv == "chrome") {
base.filter(new Filter {
def describe(): String = "Ignore largeMessageTest"

def shouldRun(description: Description): Boolean = {
description.getMethodName == null ||
!description.getMethodName.startsWith("largeMessageTest")
}
})
}
//if (TestCapabilities.nameFromEnv == "chrome") {
// base.filter(new Filter {
// def describe(): String = "Ignore largeMessageTest"
//
// def shouldRun(description: Description): Boolean = {
// description.getMethodName == null ||
// !description.getMethodName.startsWith("largeMessageTest")
// }
// })
//}
}

0 comments on commit 3e4e4de

Please sign in to comment.