Skip to content

Commit bcfef31

Browse files
committed
update date to 22-10-2025
1 parent 4faf5b2 commit bcfef31

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

artifactory_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ func TestDependencyResolutionFromArtifactory(t *testing.T) {
118118

119119
for _, testCase := range testCases {
120120
if testCase.skipMsg != "" {
121-
securityIntegrationTestUtils.SkipTestIfDurationNotPassed(t, "12-08-2025", 30, testCase.skipMsg)
121+
securityIntegrationTestUtils.SkipTestIfDurationNotPassed(t, "22-10-2025", 30, testCase.skipMsg)
122122
}
123123
t.Run(testCase.projectType.String(), func(t *testing.T) {
124124
testSingleTechDependencyResolution(t, testCase.testProjectPath, testCase.resolveRepoName, testCase.cacheRepoName, testCase.projectType)

tests/utils/integration/test_integrationutils.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ func InitAuditNewScaTests(t *testing.T, minVersion string) {
124124
if !*configTests.TestAuditNewSca {
125125
t.Skip(getSkipTestMsg("Audit command new SCA integration", "--test.audit.NewSca"))
126126
}
127-
SkipTestIfDurationNotPassed(t, "12-08-2025", 14, "Catalog API and scaang plugin are not available yet")
127+
SkipTestIfDurationNotPassed(t, "22-10-2025", 14, "Catalog API not available yet in test platform.")
128128
testUtils.GetAndValidateXrayVersion(t, minVersion)
129129
}
130130

0 commit comments

Comments
 (0)