Skip to content

Commit

Permalink
Merge branch 'egil/fix-dyntrace-test'
Browse files Browse the repository at this point in the history
* egil/fix-dyntrace-test:
  runtime_tools: Skip dyntrace test if LTTng is enabled
  • Loading branch information
psyeugenic committed Apr 14, 2016
2 parents 5fb93f6 + 135309a commit 04e7931
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/runtime_tools/test/dyntrace_SUITE.erl
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,9 @@ all() ->
dtrace ->
[{group,smoke}];
systemtap ->
{skip,"SystemTap tests currently not supported"}
{skip,"SystemTap tests currently not supported"};
lttng ->
{skip,"LTTng tests currently not supported"}
end.

groups() ->
Expand Down

0 comments on commit 04e7931

Please sign in to comment.