Skip to content

Commit a5f8e42

Browse files
committed
extend skip time by 1 month
1 parent 9e4999e commit a5f8e42

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

artifactory_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ func TestDependencyResolutionFromArtifactory(t *testing.T) {
119119
for _, testCase := range testCases {
120120
t.Run(testCase.projectType.String(), func(t *testing.T) {
121121
if testCase.skipMsg != "" {
122-
securityTestUtils.SkipTestIfDurationNotPassed(t, "22-10-2025", 30, testCase.skipMsg)
122+
securityTestUtils.SkipTestIfDurationNotPassed(t, "22-11-2025", 30, testCase.skipMsg)
123123
}
124124
testSingleTechDependencyResolution(t, testCase.testProjectPath, testCase.resolveRepoName, testCase.cacheRepoName, testCase.projectType)
125125
})

sca/bom/buildinfo/technologies/nuget/nuget_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ func TestSkipBuildDepTreeWhenInstallForbidden(t *testing.T) {
203203
for _, test := range testCases {
204204
t.Run(test.name, func(t *testing.T) {
205205
if test.skipMsg != "" {
206-
securityTestUtils.SkipTestIfDurationNotPassed(t, "22-10-2025", 30, test.skipMsg)
206+
securityTestUtils.SkipTestIfDurationNotPassed(t, "22-11-2025", 30, test.skipMsg)
207207
}
208208
// Create and change directory to test workspace
209209
_, cleanUp := technologies.CreateTestWorkspace(t, test.testDir)

tests/utils/integration/test_integrationutils.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ func InitAuditNewScaTests(t *testing.T, minVersion string) {
104104
if !*configTests.TestAuditNewSca {
105105
t.Skip(getSkipTestMsg("Audit command new SCA integration", "--test.audit.NewSca"))
106106
}
107-
testUtils.SkipTestIfDurationNotPassed(t, "22-10-2025", 30, "Catalog API not available yet in test platform.")
107+
testUtils.SkipTestIfDurationNotPassed(t, "22-11-2025", 30, "Catalog API not available yet in test platform.")
108108
testUtils.GetAndValidateXrayVersion(t, minVersion)
109109
}
110110

0 commit comments

Comments
 (0)