[Spec tests] Enable running spec tests at all for remote run

This commit is contained in:
anastasiia.spaseeva
2020-03-18 21:45:05 +03:00
committed by Victor Petukhov
parent 509036b08b
commit 5f4a94a1b3
3 changed files with 2 additions and 20 deletions
@@ -314,7 +314,7 @@ tasks {
dependsOn(":compiler:test",
":compiler:container:test",
":compiler:tests-java8:test",
":compiler:tests-spec:remoteRunTests")
":compiler:tests-spec:test")
dependsOn(":plugins:jvm-abi-gen:test")
}