From 602bba4a828ea6f22431042d86ec405fa99274a9 Mon Sep 17 00:00:00 2001 From: Matt Davis Date: Fri, 18 Nov 2016 10:30:25 -0800 Subject: [PATCH] retag win_async_wrapper test to run on module changes --- test/integration/test_win_group3.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration/test_win_group3.yml b/test/integration/test_win_group3.yml index 983fe1c5730..bcb19a965d5 100644 --- a/test/integration/test_win_group3.yml +++ b/test/integration/test_win_group3.yml @@ -4,6 +4,6 @@ - { role: win_service, tags: test_win_service } - { role: win_feature, tags: test_win_feature } - { role: win_user, tags: test_win_user } - - { role: win_async_wrapper, tags: test_win_async_wrapper } + - { role: win_async_wrapper, tags: ["test_win_async_wrapper", "test_async_wrapper", "test_win_async_status", "test_async_status"] } - { role: win_shell, tags: test_win_shell } - { role: win_command, tags: test_win_command }