Commit 4be505bf authored by Kamil Trzciński's avatar Kamil Trzciński

Merge branch 'fix-knapsack-for-spinach' into 'master'

Fix Knapsack report generation for Spinach

## What does this MR do?
Makes Knapsack auto-balacing work for Spinach tests

## Why was this MR needed?
We used wrong Knapsack adapter, thus making spinach to run split, but not auto-balanced tests for spinach.


See merge request !5230
parents 9ca633eb da47f20a
......@@ -13,7 +13,7 @@ require_relative 'rerun'
if ENV['CI']
require 'knapsack'
Knapsack::Adapters::RSpecAdapter.bind
Knapsack::Adapters::SpinachAdapter.bind
end
%w(select2_helper test_env repo_helpers).each do |f|
......
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 to comment