summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Klishin <mklishin@pivotal.io>2019-02-26 00:36:55 +0300
committerMichael Klishin <mklishin@pivotal.io>2019-02-26 00:36:55 +0300
commit4fd34a4a05e926a016bf31a1f2e496aa6a172d13 (patch)
treebc1bc159cb89e40117181f3c0c031967b2db987b
parent6101e3573ebe68b8c48bf3e9eba69979b844063a (diff)
downloadrabbitmq-server-git-4fd34a4a05e926a016bf31a1f2e496aa6a172d13.tar.gz
These tests use CT now
-rw-r--r--test/rabbit_fifo_SUITE.erl2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/rabbit_fifo_SUITE.erl b/test/rabbit_fifo_SUITE.erl
index 52b7a4d826..ceed092d0f 100644
--- a/test/rabbit_fifo_SUITE.erl
+++ b/test/rabbit_fifo_SUITE.erl
@@ -81,8 +81,6 @@ test_init(Name) ->
atom_to_binary(Name, utf8)),
release_cursor_interval => 0}).
-% To launch these tests: make eunit EUNIT_MODS="rabbit_fifo"
-
enq_enq_checkout_test(_) ->
Cid = {<<"enq_enq_checkout_test">>, self()},
{State1, _} = enq(1, 1, first, test_init(test)),