diff --git a/tests/e2e/configuration/default_config.py b/tests/e2e/configuration/default_config.py index 75c211e0f..8213e73bb 100644 --- a/tests/e2e/configuration/default_config.py +++ b/tests/e2e/configuration/default_config.py @@ -124,6 +124,16 @@ startup_config_dict = { "false", "Controls whether metadata should be collected about the resident labels and edge types.", ), + "storage_enable_automatic_label_index_creation": ( + "false", + "false", + "Controls whether label indexes on vertices should be created automatically.", + ), + "storage_enable_automatic_edge_type_index_creation": ( + "false", + "false", + "Controls whether edge-type indexes on relationships should be created automatically.", + ), "password_encryption_algorithm": ("bcrypt", "bcrypt", "The password encryption algorithm used for authentication."), "pulsar_service_url": ("", "", "Default URL used while connecting to Pulsar brokers."), "query_execution_timeout_sec": (