Do not generate JS tests for experimental coroutines support
#KT-36083
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user