Skip to content

Commit

Permalink
#223 See if combined-yaml relates to issue
Browse files Browse the repository at this point in the history
  • Loading branch information
singhd789 committed Nov 4, 2024
1 parent 36fac3b commit a75bd25
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion fre/make/tests/test_create_makefile.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"""
import os
import shutil
import pytest
from pathlib import Path
from fre.make import createMakefile

Expand Down Expand Up @@ -57,7 +58,8 @@ def test_bm_makefile_creation():
createMakefile.makefile_create(yamlfile_path,BM_PLATFORM,TARGET)

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 a75bd25

Please sign in to comment.