Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for withBlockingJUnitTests (0.19 sec)

  1. platforms/jvm/testing-jvm/src/integTest/groovy/org/gradle/testing/ParallelTestExecutionIntegrationTest.groovy

        @Requires(value = IntegTestPreconditions.NotConfigCached, reason = "cc might cause tests to run in parallel")
        def "does not run tests from multiple tasks from the same project in parallel"() {
            withBlockingJUnitTests(2)
            withBlockingJUnitTests(2, "other")
            buildScript """
                plugins {
                    id "java"
                    id "jvm-test-suite"
                }
                ${mavenCentralRepository()}
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Sep 18 20:52:40 UTC 2023
    - 6.6K bytes
    - Viewed (0)
Back to top