Skip to content

Commit 5455368

Browse files
committed
more fixups
1 parent 8c593f9 commit 5455368

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.evergreen/scripts/teardown_tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
run_command(f"bash {DRIVERS_TOOLS}/.evergreen/serverless/teardown.sh")
4242

4343
# Tear down atlas cluster if applicable.
44-
if TEST_NAME in ["aws_lambda", "index_management"]:
44+
if TEST_NAME in ["aws_lambda", "search_index"]:
4545
run_command(f"bash {DRIVERS_TOOLS}/.evergreen/atlas/teardown-atlas-cluster.sh")
4646

4747
# Tear down auth_aws if applicable.

.evergreen/scripts/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ class Distro:
5252
# Tests that require a sub test suite.
5353
SUB_TEST_REQUIRED = ["auth_aws", "auth_oidc", "kms", "mod_wsgi", "perf"]
5454

55-
EXTRA_TESTS = ["mod_wsgi", "aws_lambda", "index_management"]
55+
EXTRA_TESTS = ["mod_wsgi", "aws_lambda", "search_index"]
5656

5757

5858
def get_test_options(

test/asynchronous/test_index_management.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838

3939
_IS_SYNC = False
4040

41-
pytestmark = pytest.mark.index_management
41+
pytestmark = pytest.mark.search_index
4242

4343
# Location of JSON test specifications.
4444
if _IS_SYNC:

test/test_index_management.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838

3939
_IS_SYNC = True
4040

41-
pytestmark = pytest.mark.index_management
41+
pytestmark = pytest.mark.search_index
4242

4343
# Location of JSON test specifications.
4444
if _IS_SYNC:

0 commit comments

Comments
 (0)