Commit bf783ef6 by lucapegolotti

Reversing last commit to fix Jenkins build

parent 918f6598
......@@ -5117,7 +5117,7 @@ static void embb_experiment_queue(bool is_linearizable)
ConcurrentLog<state::Queue<N>> concurrent_log{ 2U * log_size };
S concurrent_queue(N);
if (is_linearizable)
if (!is_linearizable)
{
bool ok = concurrent_queue.TryEnqueue(5);
assert(ok);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment