Skip to content

Commit

Permalink
Merge pull request #1063 from Tachi107/meson-test-flaky-1007
Browse files Browse the repository at this point in the history
build(test): mark streaming_test as not flaky
  • Loading branch information
kiplingw authored Apr 25, 2022
2 parents 205ed45 + d7ba6c9 commit 9b529cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ pistache_test_files = [

network_tests = ['net_test']

flaky_tests = ['streaming_test', 'rest_swagger_server_test']
flaky_tests = ['rest_swagger_server_test']

if get_option('PISTACHE_USE_SSL')
pistache_test_files += 'https_server_test'
Expand Down

0 comments on commit 9b529cf

Please sign in to comment.