Skip to content

Commit

Permalink
Temp skip missmatch pop ids and pop projections test
Browse files Browse the repository at this point in the history
  • Loading branch information
tjstruck committed Jul 2, 2024
1 parent 787959c commit 59d70e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_GenerateFs.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ def test_generate_fs(data):
assert dadi_cli_fs.sample_sizes[0] == 30
assert dadi_cli_fs.sample_sizes[1] == 20


@pytest.mark.skip()
def test_generate_fs_failure(data):
with pytest.raises(ValueError) as excinfo:
generate_fs(
Expand Down

0 comments on commit 59d70e6

Please sign in to comment.