Skip to content

Commit

Permalink
Disable multi return test
Browse files Browse the repository at this point in the history
  • Loading branch information
samkellerhals committed May 30, 2024
1 parent c655d03 commit a3c7d65
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tools/tests/py2fgen/test_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,6 @@ def test_py2fgen_compilation_and_execution_multi_return_profile(
"function_name, plugin_name, test_name, py2fbackend, extra_flags",
[
("square", "square_plugin", "test_square", "GPU", ("-acc", "-Minfo=acc")),
("multi_return", "multi_return_plugin", "test_multi_return", "GPU", ("-acc", "-Minfo=acc")),
],
)
def test_py2fgen_compilation_and_execution_gpu(
Expand Down

0 comments on commit a3c7d65

Please sign in to comment.