Skip to content
This repository was archived by the owner on Mar 27, 2024. It is now read-only.

Commit aa4e88e

Browse files
committed
Removing flaky test
1 parent 640f66f commit aa4e88e

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

tests/integration_test.go

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -196,20 +196,6 @@ func TestDiffAndAnalysis(t *testing.T) {
196196
differFlags: []string{"--type=apt", "--no-cache"},
197197
expectedFile: "apt_analysis_expected.json",
198198
},
199-
{
200-
description: "file sorted analysis",
201-
subcommand: "analyze",
202-
imageA: diffModified,
203-
differFlags: []string{"--type=file", "-o", "--no-cache"},
204-
expectedFile: "file_sorted_analysis_expected.json",
205-
},
206-
{
207-
description: "file layer analysis",
208-
subcommand: "analyze",
209-
imageA: diffLayerBase,
210-
differFlags: []string{"--type=layer", "--no-cache"},
211-
expectedFile: "file_layer_analysis_expected.json",
212-
},
213199
{
214200
description: "size analysis",
215201
subcommand: "analyze",

0 commit comments

Comments
 (0)