Fix test on Github Actions

This commit is contained in:
Ivan Kravets
2022-05-08 14:42:07 +03:00
parent 277ccdafb6
commit 0cf7aeeec9

View File

@ -437,7 +437,7 @@ void unittest_uart_end(){}
@pytest.mark.skipif(
sys.platform == "win32" and os.environ.get("GITHUB_ACTIONS"),
sys.platform == "win32" and os.environ.get("GITHUB_ACTIONS") == "true",
reason="skip Github Actions on Windows (MinGW issue)",
)
def test_doctest_framework(clirunner, tmp_path: Path):