Skip pre-release checks in FP tests
This commit is contained in:
committed by
Space Team
parent
eb3f785c36
commit
1c6af76f61
+1
@@ -161,6 +161,7 @@ abstract class AbstractFullPipelineModularizedTest : AbstractModularizedTest() {
|
||||
args.reportPerf = true
|
||||
args.jdkHome = moduleData.jdkHome?.absolutePath ?: originalArguments?.jdkHome?.fixPath()?.absolutePath
|
||||
args.renderInternalDiagnosticNames = true
|
||||
args.skipPrereleaseCheck = true
|
||||
configureArgsUsingBuildFile(args, moduleData, tmp)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user