mirror of
https://github.com/hwchase17/langchain.git
synced 2025-07-06 21:20:33 +00:00
Skip flaky unit test (#4591)
This commit is contained in:
parent
08ed927c32
commit
36f9e9a0ba
@ -21,6 +21,7 @@ def test_pwd_command() -> None:
|
||||
assert output == subprocess.check_output("pwd", shell=True).decode()
|
||||
|
||||
|
||||
@pytest.mark.skip(reason="flaky on GHA, TODO to fix")
|
||||
@pytest.mark.skipif(
|
||||
sys.platform.startswith("win"), reason="Test not supported on Windows"
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user