Remove aufs snapshotter (deprecated since v1.5)
Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
This commit is contained in:
@@ -885,9 +885,6 @@ func checkRootPermission(ctx context.Context, t *testing.T, snapshotter snapshot
|
||||
|
||||
func check128LayersMount(name string) func(ctx context.Context, t *testing.T, snapshotter snapshots.Snapshotter, work string) {
|
||||
return func(ctx context.Context, t *testing.T, snapshotter snapshots.Snapshotter, work string) {
|
||||
if name == "Aufs" {
|
||||
t.Skip("aufs tests have issues with whiteouts here on some CI kernels")
|
||||
}
|
||||
lowestApply := fstest.Apply(
|
||||
fstest.CreateFile("/bottom", []byte("way at the bottom\n"), 0777),
|
||||
fstest.CreateFile("/overwriteme", []byte("FIRST!\n"), 0777),
|
||||
|
||||
Reference in New Issue
Block a user