From 100ccd179359126d22642f271833fcd606ddb9bc Mon Sep 17 00:00:00 2001 From: John Logan Date: Mon, 2 Feb 2026 16:22:21 -0800 Subject: [PATCH] Disable pod single file mount test. --- Sources/Integration/Suite.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/Integration/Suite.swift b/Sources/Integration/Suite.swift index 70d98c758..45d0d632f 100644 --- a/Sources/Integration/Suite.swift +++ b/Sources/Integration/Suite.swift @@ -358,7 +358,7 @@ struct IntegrationSuite: AsyncParsableCommand { Test("pod shared PID namespace", testPodSharedPIDNamespace), Test("pod read-only rootfs", testPodReadOnlyRootfs), Test("pod read-only rootfs DNS", testPodReadOnlyRootfsDNSConfigured), - Test("pod single file mount", testPodSingleFileMount), + //Test("pod single file mount", testPodSingleFileMount), Test("pod container hosts config", testPodContainerHostsConfig), Test("pod multiple containers different DNS", testPodMultipleContainersDifferentDNS), Test("pod multiple containers different hosts", testPodMultipleContainersDifferentHosts),