Skip to content

Commit 258ad89

Browse files
authored
Disable pod single file mount test. (#511)
1 parent 3f36cba commit 258ad89

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Sources/Integration/Suite.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,7 @@ struct IntegrationSuite: AsyncParsableCommand {
358358
Test("pod shared PID namespace", testPodSharedPIDNamespace),
359359
Test("pod read-only rootfs", testPodReadOnlyRootfs),
360360
Test("pod read-only rootfs DNS", testPodReadOnlyRootfsDNSConfigured),
361-
Test("pod single file mount", testPodSingleFileMount),
361+
//Test("pod single file mount", testPodSingleFileMount),
362362
Test("pod container hosts config", testPodContainerHostsConfig),
363363
Test("pod multiple containers different DNS", testPodMultipleContainersDifferentDNS),
364364
Test("pod multiple containers different hosts", testPodMultipleContainersDifferentHosts),

0 commit comments

Comments
 (0)