mirror of
https://github.com/sourcegraph/sourcegraph.git
synced 2026-02-06 20:51:43 +00:00
gqltest: re-enable external service tests (#14156)
This commit is contained in:
parent
a86e438308
commit
60fe30140d
@ -69,8 +69,6 @@ func TestExternalService(t *testing.T) {
|
||||
}
|
||||
|
||||
func TestExternalService_AWSCodeCommit(t *testing.T) {
|
||||
t.Skip("https://github.com/sourcegraph/sourcegraph/issues/14046")
|
||||
|
||||
if len(*awsAccessKeyID) == 0 || len(*awsSecretAccessKey) == 0 ||
|
||||
len(*awsCodeCommitUsername) == 0 || len(*awsCodeCommitPassword) == 0 {
|
||||
t.Skip("Environment variable AWS_ACCESS_KEY_ID, AWS_SECRET_ACCESS_KEY, AWS_CODE_COMMIT_USERNAME or AWS_CODE_COMMIT_PASSWORD is not set")
|
||||
@ -127,8 +125,6 @@ func TestExternalService_AWSCodeCommit(t *testing.T) {
|
||||
}
|
||||
|
||||
func TestExternalService_BitbucketServer(t *testing.T) {
|
||||
t.Skip("https://github.com/sourcegraph/sourcegraph/issues/14046")
|
||||
|
||||
if len(*bbsURL) == 0 || len(*bbsToken) == 0 || len(*bbsUsername) == 0 {
|
||||
t.Skip("Environment variable BITBUCKET_SERVER_URL, BITBUCKET_SERVER_TOKEN, or BITBUCKET_SERVER_USERNAME is not set")
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user