Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for Tests$suffix (0.08 sec)

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

            val suffix = if (flakyTestStrategy == FlakyTestStrategy.ONLY)"_FlakyTestQuarantine" else ""
            id(buildTypeId(model) + suffix)
            name = "Smoke Ide Tests$suffix"
            description = "Tests against IDE sync process"
    
            requirements {
                // These tests are usually heavy and the build time is twice on EC2 agents
                requiresNotEc2Agent()
            }
    
    Registered: Wed Dec 31 11:36:14 UTC 2025
    - Last Modified: Thu Oct 09 05:26:45 UTC 2025
    - 1.9K bytes
    - Viewed (0)
Back to top