You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore: Fixes acceptance and migrations tests not running in CI (#1907)
* TestAccFedDSFederatedSettingsIdentityProvider_oidcBasic
* federated settings
* federated settings org role mapping
* federated database query limits
* include all backup tests
* all federated together
* MONGODB_ATLAS_ORG_ID in federated
* typo
* data lake
* fix data lake test pre checks
* remove SkipIfTFAccNotDefined
* remove SkipTest
* remove SkipTestExtCred
* ldap
* fix unit tests
* encryption at rest
* fix ldap
* advanced cluster mig tests
* global config cluster
* add network tests
* fix last test names
* event trigger
* remove project id from global cluster config
* serverless endpoints in network test group
* skip global cluster config
* serverless group in mig tests
* fix serverless mig config
* leftovers
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
-5Lines changed: 0 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -139,11 +139,6 @@ You must also configure the following environment variables before running the t
139
139
```
140
140
~> **Notice:** It should be at least one team id up to 3 teams ids depending of acceptance testing using separator comma like this `teamId1,teamdId2,teamId3`.
141
141
142
-
- For skip acceptances testing that requires additional credentials such as AWS, AZURE and GCP:
143
-
```bash
144
-
export SKIP_TEST_EXTERNAL_CREDENTIALS=TRUE
145
-
```
146
-
147
142
- For `Federated Settings` resource configuration:
0 commit comments