diff --git a/.github/workflows/validations.yaml b/.github/workflows/validations.yaml index 7b11d65387b..669d8b8c5c4 100644 --- a/.github/workflows/validations.yaml +++ b/.github/workflows/validations.yaml @@ -104,13 +104,6 @@ jobs: - name: Run integration tests run: make integration - - name: Upload test fixture cache artifact - if: always() - uses: actions/upload-artifact@v3 - with: - name: test-fixture-cache - path: cmd/syft/internal/test/integration/test-fixtures/cache/stereoscope-fixture-image-vertical-package-dups-* - Build-Snapshot-Artifacts: name: "Build snapshot artifacts" diff --git a/cmd/syft/internal/test/integration/package_deduplication_test.go b/cmd/syft/internal/test/integration/package_deduplication_test.go index 898586f2030..ab8e580f8ad 100644 --- a/cmd/syft/internal/test/integration/package_deduplication_test.go +++ b/cmd/syft/internal/test/integration/package_deduplication_test.go @@ -31,7 +31,7 @@ func TestPackageDeduplication(t *testing.T) { "basesystem-11-13.el9": 5, // in all layers "curl-minimal-7.76.1-26.el9_3.2.0.1": 2, // base + wget layer "curl-minimal-7.76.1-29.el9_4.1": 3, // curl upgrade layer + all above layers - "wget-1.21.1-7.el9": 4, // wget + all above layers + "wget-1.21.1-8.el9_4": 4, // wget + all above layers "vsftpd-3.0.5-5.el9": 2, // vsftpd + all above layers "httpd-2.4.57-11.el9_4.1": 1, // last layer }, @@ -49,7 +49,7 @@ func TestPackageDeduplication(t *testing.T) { locationCount: map[string]int{ "basesystem-11-13.el9": 1, "curl-minimal-7.76.1-29.el9_4.1": 1, // upgrade - "wget-1.21.1-7.el9": 1, + "wget-1.21.1-8.el9_4": 1, "vsftpd-3.0.5-5.el9": 1, "httpd-2.4.57-11.el9_4.1": 1, },