chore: drop unused tdengine launchctl flag

This commit is contained in:
lingniu
2026-07-01 15:06:00 +08:00
parent a6d0236fc4
commit 4ea4469640
2 changed files with 2 additions and 3 deletions

View File

@@ -687,7 +687,8 @@ class PortainerComposeResourceLimitsTest {
.contains("<key>MANAGEMENT_HEALTH_REDIS_ENABLED</key>\n <string>false</string>")
.contains("/tmp/lingniu-" + serviceName + "-live/")
.doesNotContain("<key>VEHICLE_IDENTITY_STORE</key>")
.doesNotContain("<key>KAFKA_ENABLED</key>");
.doesNotContain("<key>KAFKA_ENABLED</key>")
.doesNotContain("<key>TDENGINE_INITIALIZE_SCHEMA</key>");
}
private static String serviceBlock(String compose, String serviceName) {