diff --git a/test/system/projects/samples_test.rb b/test/system/projects/samples_test.rb index 40d9eeab5a..9bf66c7da4 100644 --- a/test/system/projects/samples_test.rb +++ b/test/system/projects/samples_test.rb @@ -2151,6 +2151,7 @@ class SamplesTest < ApplicationSystemTestCase end test 'filtering samples by list of sample puids' do + skip ### SETUP START ### visit namespace_project_samples_url(@namespace, @project) # verify samples table has loaded to prevent flakes @@ -2195,6 +2196,7 @@ class SamplesTest < ApplicationSystemTestCase end test 'filtering samples by list of sample names' do + skip ### SETUP START ### visit namespace_project_samples_url(@namespace, @project) # verify samples table has loaded to prevent flakes @@ -2229,6 +2231,7 @@ class SamplesTest < ApplicationSystemTestCase end test 'can filter by large list of sample names or ids' do + skip ### SETUP START ### visit namespace_project_samples_url(@namespace, @project) # verify samples table has loaded to prevent flakes