Skip to content

Commit

Permalink
Revert e2e test order
Browse files Browse the repository at this point in the history
  • Loading branch information
woop authored Aug 2, 2020
1 parent d639b7c commit d21b459
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e/redis/basic-ingest-redis-serving.py
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ def test_list_feature_sets_when_auth_enabled_should_raise(enable_auth):


@pytest.mark.timeout(45)
@pytest.mark.run(order=0)
@pytest.mark.run(order=10)
def test_basic_register_feature_set_success(client):
# Register feature set without project
cust_trans_fs_expected = FeatureSet.from_yaml(
Expand Down

0 comments on commit d21b459

Please sign in to comment.