Skip to content

Commit

Permalink
Merge pull request #123 from ucbepic/shreya/smg
Browse files Browse the repository at this point in the history
mark as flaky test
  • Loading branch information
shreyashankar authored Oct 22, 2024
2 parents ebeb51d + f6e3cd0 commit d7ccded
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/basic/test_basic_map.py
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,7 @@ def generate_random_text(length):
]


@pytest.mark.flaky(reruns=2)
def test_map_operation_with_timeout(simple_map_config, simple_sample_data, api_wrapper):
# Add timeout to the map configuration
map_config_with_timeout = {
Expand Down

0 comments on commit d7ccded

Please sign in to comment.