Skip to content

Commit 74e72cf

Browse files
author
Oleksii Sokol
committed
fix
1 parent 3bf0780 commit 74e72cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ManagedCode.Database.Tests/TestContainers/CosmosTestContainer.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ public CosmosTestContainer()
4242
.WithPortBinding(10252, 10252)
4343
.WithPortBinding(10253, 10253)
4444
.WithPortBinding(10254, 10254)
45-
.WithPortBinding(8081, 8081)
45+
// .WithPortBinding(8081, 8081)
4646
.WithEnvironment("AZURE_COSMOS_EMULATOR_PARTITION_COUNT", "1")
4747
.WithEnvironment("AZURE_COSMOS_EMULATOR_IP_ADDRESS_OVERRIDE", "127.0.0.1")
4848
.WithEnvironment("AZURE_COSMOS_EMULATOR_ENABLE_DATA_PERSISTENCE", "false")

0 commit comments

Comments
 (0)