Skip to content

Commit

Permalink
udpated xpass options
Browse files Browse the repository at this point in the history
  • Loading branch information
mattheww95 committed Oct 22, 2024
1 parent 9946b6e commit 9b5c0da
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/samplesheet/test_samplesheet.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ def test_get_se(ngs_data_pass):

@pytest.mark.xfail
def test_organize_data(ngs_data_pass):
#pytest.skip("Should work but fails in GHA as order of files in different file systems affects the test.")
ss_out = ngs_data_pass.organize_data()
outputs = {
"s1": [ss.SampleRow(sample='s1', fastq_1=p.Path('s1_r1_dup.fq.gz'), fastq_2=p.Path('s1_r2_.fq.gz'), long_reads=p.Path('s1.fq.gz'), assembly=p.Path('s1.fa.gz')),
Expand Down

0 comments on commit 9b5c0da

Please sign in to comment.