Skip to content

Commit

Permalink
Add message when skipping tests
Browse files Browse the repository at this point in the history
  • Loading branch information
alexmoore committed Dec 13, 2016
1 parent 76b5fc6 commit 5740e80
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ private RiakFuture<Void, String> createTableAsync(final RiakClient client, Strin
@BeforeClass
public static void SetupCheck()
{
assertTrue(testTs_1_5_Features());
assumeTrue("Timeseries 1.5 features not supported in this test environment, skipping tests.", testTs_1_5_Features());
}

@Rule
Expand Down

0 comments on commit 5740e80

Please sign in to comment.