Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
mark additional globaldb test
  • Loading branch information
danieljurek committed Sep 12, 2019
commit b4ed3b88b396976ea63ffc571805551e976bc6af
2 changes: 1 addition & 1 deletion sdk/cosmos/azure-cosmos/test/globaldb_mock_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
from azure.cosmos import _retry_utility
import test_config

pytestmark = pytest.mark.cosmosEmulator
pytestmark = [pytest.mark.cosmosEmulator, pytest.mark.globaldb]

location_changed = False

Expand Down