Skip to content

Commit

Permalink
INTMDB-484: Skip tests for OPS GENIE and GOV (#937)
Browse files Browse the repository at this point in the history
* Serverless Endpoint Service Doc Bug (#930)

* Update CHANGELOG.md

* Skip broken OPS_GENIE token and GOV tests in main ACC test run

* make fmt

* Remove comment

Co-authored-by: Zuhair Ahmed <[email protected]>
  • Loading branch information
martinstibbe and Zuhairahmed authored Nov 29, 2022
1 parent 99c06b0 commit cce00b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion mongodbatlas/provider_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ func testAccPreCheckGov(t *testing.T) {
os.Getenv("MONGODB_ATLAS_PRIVATE_KEY") == "" ||
os.Getenv("MONGODB_ATLAS_PROJECT_ID_GOV") == "" ||
os.Getenv("MONGODB_ATLAS_ORG_ID_GOV") == "" {
t.Fatal("`MONGODB_ATLAS_PUBLIC_KEY_GOV`, `MONGODB_ATLAS_PRIVATE_KEY_GOV`, `MONGODB_ATLAS_PROJECT_ID_GOV` and `MONGODB_ATLAS_ORG_ID_GOV` must be set for acceptance testing")
t.Skip()
}
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ import (
)

func TestAccResourceMongoDBAtlasThirdPartyIntegration_basic(t *testing.T) {
t.Skip() // TODO: Address failures in API returning obfuscated values
var (
targetIntegration = matlas.ThirdPartyIntegration{}
projectID = os.Getenv("MONGODB_ATLAS_PROJECT_ID")
Expand Down

0 comments on commit cce00b0

Please sign in to comment.