Do not generate JS tests for experimental coroutines support

#KT-36083
This commit is contained in:
Ilya Gorbunov
2020-01-20 21:55:28 +03:00
parent b5a0daabc3
commit cef81e11b7
12 changed files with 7 additions and 1335 deletions
@@ -54,7 +54,7 @@ fun createCommonCoroutinesTestMethodModels(
targetBackend: TargetBackend,
skipIgnored: Boolean
): Collection<MethodModel> {
return if (targetBackend.isIR)
return if (targetBackend.isIR || targetBackend == TargetBackend.JS)
listOf(
CoroutinesTestModel(
rootDir,