Skip to content

Commit 9554d40

Browse files
authored
fix(vulnfeed-tests): Disable ffmpeg tests temporarily (#3427)
ffmpeg 'average load is too high' currently, so disabling tests so PRs build
1 parent b8d9f1b commit 9554d40

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

vulnfeeds/cves/versions_test.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -631,6 +631,7 @@ func TestExtractGitCommit(t *testing.T) {
631631
Repo: "https://git.ffmpeg.org/ffmpeg.git",
632632
Fixed: "c94875471e3ba3dc396c6919ff3ec9b14539cd71",
633633
},
634+
disableExpiryDate: time.Date(2025, 5, 31, 12, 30, 0, 0, time.Local),
634635
},
635636
{
636637
description: "A GitHub repo that has been renamed (as seen on CVE-2016-10544)",
@@ -949,11 +950,11 @@ func TestExtractVersionInfo(t *testing.T) {
949950
AffectedVersions: []AffectedVersion{{Fixed: "3.5.15"}},
950951
},
951952
expectedNotes: []string{},
952-
disableExpiryDate: time.Date(2025, 3, 22, 12, 30, 0, 0, time.Local),
953953
},
954954
{
955955
description: "A CVE with a different GitWeb reference URL that was not previously being extracted successfully",
956956
inputCVEItem: loadTestData2("CVE-2021-28429"),
957+
disableExpiryDate: time.Date(2025, 5, 22, 12, 30, 0, 0, time.Local),
957958
expectedVersionInfo: VersionInfo{
958959
AffectedCommits: []AffectedCommit{{Repo: "https://git.ffmpeg.org/ffmpeg.git", Fixed: "c94875471e3ba3dc396c6919ff3ec9b14539cd71"}},
959960
AffectedVersions: []AffectedVersion{{LastAffected: "4.3.2"}},

0 commit comments

Comments
 (0)