Skip to content

Commit edf7173

Browse files
committed
IGNITE-27158 Fix TC config
1 parent 1ae695a commit edf7173

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.teamcity/test/platform_tests/PlatformPythonTestsLinux.kt

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -74,11 +74,7 @@ object PlatformPythonTestsLinux : BuildType({
7474
}
7575
}
7676

77-
/**
78-
* Temporary lock Platform Linux jobs on old-type agents
79-
* until execution of these tests is fixed on DIND agents
80-
*/
8177
requirements {
82-
doesNotExist("env.DIND_ENABLED")
78+
equals("env.DIND_ENABLED", "true")
8379
}
8480
})

0 commit comments

Comments
 (0)