Skip to content

Commit

Permalink
add pytorch to long tests
Browse files Browse the repository at this point in the history
  • Loading branch information
JanFSchulte committed Dec 14, 2024
1 parent eabb785 commit fb12040
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/pytest/generate_ci_yaml.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
BLACKLIST = {'test_reduction'}

# Long-running tests will not be bundled with other tests
LONGLIST = {'test_hgq_layers', 'test_hgq_players', 'test_qkeras'}
LONGLIST = {'test_hgq_layers', 'test_hgq_players', 'test_qkeras', 'test_pytorch_api'}


def path_to_name(test_path):
Expand Down

0 comments on commit fb12040

Please sign in to comment.