We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f36cba commit 258ad89Copy full SHA for 258ad89
1 file changed
Sources/Integration/Suite.swift
@@ -358,7 +358,7 @@ struct IntegrationSuite: AsyncParsableCommand {
358
Test("pod shared PID namespace", testPodSharedPIDNamespace),
359
Test("pod read-only rootfs", testPodReadOnlyRootfs),
360
Test("pod read-only rootfs DNS", testPodReadOnlyRootfsDNSConfigured),
361
- Test("pod single file mount", testPodSingleFileMount),
+ //Test("pod single file mount", testPodSingleFileMount),
362
Test("pod container hosts config", testPodContainerHostsConfig),
363
Test("pod multiple containers different DNS", testPodMultipleContainersDifferentDNS),
364
Test("pod multiple containers different hosts", testPodMultipleContainersDifferentHosts),
0 commit comments