Skip to content

Commit bfcbb1b

Browse files
committed
chore: re-enable tests for Bitbucket Data Center
This reverts commit 982d3af.
1 parent d077c37 commit bfcbb1b

File tree

3 files changed

+0
-4
lines changed

3 files changed

+0
-4
lines changed

test/bitbucket_datacenter_dynamic_variables_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ import (
2020
)
2121

2222
func TestBitbucketDataCenterDynamicVariables(t *testing.T) {
23-
t.Skip("skipping test for now, until we ge the bitbucket infra back")
2423
targetNS := names.SimpleNameGenerator.RestrictLengthWithRandomSuffix("pac-e2e-ns")
2524
ctx := context.Background()
2625
bitbucketWSOwner := os.Getenv("TEST_BITBUCKET_SERVER_E2E_REPOSITORY")

test/bitbucket_datacenter_pull_request_test.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ import (
1717
)
1818

1919
func TestBitbucketDataCenterPullRequest(t *testing.T) {
20-
t.Skip("skipping test for now, until we ge the bitbucket infra back")
2120
targetNS := names.SimpleNameGenerator.RestrictLengthWithRandomSuffix("pac-e2e-ns")
2221
ctx := context.Background()
2322
bitbucketWSOwner := os.Getenv("TEST_BITBUCKET_SERVER_E2E_REPOSITORY")
@@ -49,7 +48,6 @@ func TestBitbucketDataCenterPullRequest(t *testing.T) {
4948
}
5049

5150
func TestBitbucketDataCenterCELPathChangeInPullRequest(t *testing.T) {
52-
t.Skip("skipping test for now, until we ge the bitbucket infra back")
5351
targetNS := names.SimpleNameGenerator.RestrictLengthWithRandomSuffix("pac-e2e-ns")
5452
ctx := context.Background()
5553
bitbucketWSOwner := os.Getenv("TEST_BITBUCKET_SERVER_E2E_REPOSITORY")

test/bitbucket_datacenter_push_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ import (
1919
)
2020

2121
func TestBitbucketDataCenterCELPathChangeOnPush(t *testing.T) {
22-
t.Skip("skipping test for now, until we ge the bitbucket infra back")
2322
targetNS := names.SimpleNameGenerator.RestrictLengthWithRandomSuffix("pac-e2e-ns")
2423
ctx := context.Background()
2524
bitbucketWSOwner := os.Getenv("TEST_BITBUCKET_SERVER_E2E_REPOSITORY")

0 commit comments

Comments
 (0)