Skip to content

Commit

Permalink
#223 Remove pytest skip
Browse files Browse the repository at this point in the history
  • Loading branch information
singhd789 committed Nov 4, 2024
1 parent 8ba3aff commit 20ee9bf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion fre/make/tests/test_create_makefile.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ def test_bm_makefile_creation():

assert Path(f"{out}/fremake_canopy/test/{EXPERIMENT}/{bm_plat}-{targ}/exec/Makefile").exists()

@pytest.mark.skip(reason='Test to see if combined-yaml is issue')
def test_container_makefile_creation():
"""
Check the makefile is created when the container platform is used
Expand Down

0 comments on commit 20ee9bf

Please sign in to comment.