Skip to content

Commit

Permalink
fix nayduck
Browse files Browse the repository at this point in the history
  • Loading branch information
staffik committed Jan 16, 2025
1 parent 3805f2f commit 14ff014
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions pytest/tests/sanity/simple.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ def test_custom(self):
client_config_changes = {
0: {
'archive': True,
'tracked_shards': [0],
},
}

Expand Down
1 change: 1 addition & 0 deletions pytest/tests/sanity/split_storage.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ def step1_base_case_test(self):
client_config_changes = {
0: {
'archive': True,
'tracked_shards': [0],
'save_trie_changes': True,
},
}
Expand Down

0 comments on commit 14ff014

Please sign in to comment.