Skip to content

Commit d21b459

Browse files
authored
Revert e2e test order
1 parent d639b7c commit d21b459

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/e2e/redis/basic-ingest-redis-serving.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ def test_list_feature_sets_when_auth_enabled_should_raise(enable_auth):
180180

181181

182182
@pytest.mark.timeout(45)
183-
@pytest.mark.run(order=0)
183+
@pytest.mark.run(order=10)
184184
def test_basic_register_feature_set_success(client):
185185
# Register feature set without project
186186
cust_trans_fs_expected = FeatureSet.from_yaml(

0 commit comments

Comments
 (0)