Skip to content

Commit

Permalink
Move TCP tests from flaky tests suite to normal tests suite
Browse files Browse the repository at this point in the history
Change-Id: Ib80be9476a443e5c72ec37ead6a8dbbbd834b546
Partial-Bug: 1596630
  • Loading branch information
ananth-at-camphor-networks committed Aug 5, 2016
1 parent b7bc1f2 commit b74dd7c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/io/test/SConscript
Expand Up @@ -72,15 +72,15 @@ env.Alias('src/io:usock_io_test', usock_io_test)

test_suite = [
event_manager_test,
ssl_server_test,
tcp_io_test,
tcp_server_test,
tcp_stress_test,
udp_io_test,
usock_io_test,
]

flaky_test_suite = [
ssl_server_test,
tcp_io_test,
tcp_server_test,
tcp_stress_test,
]

def clean_coverage(env, target, source):
Expand Down

0 comments on commit b74dd7c

Please sign in to comment.