Skip to content

Commit

Permalink
skipping project samples filtering tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ksierks committed Jan 8, 2025
1 parent af6a632 commit bc0f75f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/system/projects/samples_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit bc0f75f

Please sign in to comment.