Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for FlakyTestQuarantine (5.61 sec)

  1. .teamcity/src/main/kotlin/configurations/FlakyTestQuarantine.kt

                        )
                }.flatMap { it.functionalTests }
                .filter { it.os == os }
                .forEach {
                    buildType(FlakyTestQuarantine(model, stage, it))
                }
        })
    
    class FlakyTestQuarantine(
        model: CIBuildModel,
        stage: Stage,
        testCoverage: TestCoverage,
    ) : OsAwareBaseGradleBuildType(os = testCoverage.os, stage = stage, init = {
    Registered: Wed Sep 10 11:36:15 UTC 2025
    - Last Modified: Tue Jul 29 03:24:58 UTC 2025
    - 5.4K bytes
    - Viewed (0)
Back to top