Skip to content

Commit 9dc9782

Browse files
Fixing direct contract tests
1 parent 7574b98 commit 9dc9782

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Microsoft.Azure.Cosmos/tests/Microsoft.Azure.Cosmos.Tests/Contracts/DirectContractTests.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ public void MappedRegionsTest()
6363
string[] locationNames = typeof(LocationNames)
6464
.GetMembers(BindingFlags.Static | BindingFlags.Public)
6565
.Select(e => e.Name)
66+
.Where(e => e != "GermanyCentral" && e != "GermanyNortheast") // Decommissioned regions
6667
.ToArray();
6768

6869
if (locationNames.Length > cosmosRegions.Length)

0 commit comments

Comments
 (0)