@@ -331,10 +331,11 @@ struct IntegrationSuite: AsyncParsableCommand {
331331 Test ( " stdin binary data " , testStdinBinaryData) ,
332332 Test ( " stdin multiple chunks " , testStdinMultipleChunks) ,
333333 Test ( " stdin very large " , testStdinVeryLarge) ,
334- Test ( " container single file mount " , testSingleFileMount) ,
335- Test ( " container single file mount read-only " , testSingleFileMountReadOnly) ,
336- Test ( " container single file mount write-back " , testSingleFileMountWriteBack) ,
337- Test ( " container single file mount symlink " , testSingleFileMountSymlink) ,
334+ // FIXME: reenable when single file mount issues resolved
335+ //Test("container single file mount", testSingleFileMount),
336+ //Test("container single file mount read-only", testSingleFileMountReadOnly),
337+ //Test("container single file mount write-back", testSingleFileMountWriteBack),
338+ //Test("container single file mount symlink", testSingleFileMountSymlink),
338339 Test ( " container rlimit open files " , testRLimitOpenFiles) ,
339340 Test ( " container rlimit multiple " , testRLimitMultiple) ,
340341 Test ( " container rlimit exec " , testRLimitExec) ,
0 commit comments