Skip to content

Commit 72b9ff6

Browse files
committed
Unskip testUpdateWithDifferentRclass and testCreateWithDifferentRclass test cases
1 parent 58593f1 commit 72b9ff6

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

artifactorybulkrepository_test.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,6 @@ func testMultipleRepositoryUpdate(t *testing.T) {
101101
}
102102

103103
func testCreateWithDifferentRclass(t *testing.T) {
104-
t.Skip("RTECO-525 - Skipping testCreateWithDifferentRclass")
105-
106104
mvnRepoName := "test-mvn-local1"
107105
dockerLocalRepoName := "test-docker-local1"
108106
npmRepoName := "test-npm-local"
@@ -134,8 +132,6 @@ func testCreateWithDifferentRclass(t *testing.T) {
134132
}
135133

136134
func testUpdateWithDifferentRclass(t *testing.T) {
137-
t.Skip("RTECO-525 - Skipping testUpdateWithDifferentRclass")
138-
139135
mvnRepoName := "test-mvn-local-1"
140136
dockerLocalRepoName := "test-docker-local-1"
141137
npmRepoName := "test-npm-local"

0 commit comments

Comments
 (0)