From b74dd7c46342d056724568c013831a760f8ea392 Mon Sep 17 00:00:00 2001 From: Ananth Suryanarayana Date: Thu, 4 Aug 2016 22:52:05 -0700 Subject: [PATCH] Move TCP tests from flaky tests suite to normal tests suite Change-Id: Ib80be9476a443e5c72ec37ead6a8dbbbd834b546 Partial-Bug: 1596630 --- src/io/test/SConscript | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/io/test/SConscript b/src/io/test/SConscript index 72904882d2d..ca9fc1981bf 100644 --- a/src/io/test/SConscript +++ b/src/io/test/SConscript @@ -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):