File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/test/java/org/hawkular/client/test/alerts Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -35,15 +35,15 @@ public PluginsTest() throws Exception {
35
35
36
36
public static final String EMAIL_PLUGIN_NAME = "email" ;
37
37
38
- @ Test
38
+ @ Test ( groups ={ "known-failure" })
39
39
public void findPlugins () {
40
40
ClientResponse <String []> response = client ().alerts ().findActionPlugins ();
41
41
Reporter .log ("Alert available Plugins Result: " + response .toString (), true );
42
42
Assert .assertTrue (response .isSuccess ());
43
43
Assert .assertTrue (response .getEntity ().length > 0 );
44
44
}
45
45
46
- @ Test
46
+ @ Test ( groups ={ "known-failure" })
47
47
public void findEmailPlugin () {
48
48
ClientResponse <String []> response = client ().alerts ().getActionPlugin (EMAIL_PLUGIN_NAME );
49
49
Reporter .log ("Alert Email Plugin variables Result: " + response .toString (), true );
You can’t perform that action at this time.
0 commit comments