Previously this test was setting the memory spec before it called randomize. This could set it back to low memory. We already know that low memory configuration doesn't work for backfill as part of #133114.
This change calls randomize and then sets the memory configuration.
Previously this test was setting the memory spec before it called randomize. This could set it back to low memory. We already know that low memory configuration doesn't work for backfill as part of #133114.
This change calls randomize and then sets the memory configuration.
Epic: none Fixes: #135799
Release note: None