mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-01-23 04:40:15 +08:00
Disable flakey tests
This commit is contained in:
parent
6ef2d534b6
commit
a91baf7175
@ -64,6 +64,7 @@ def mock_yaml_safe_load(mock_yaml_content):
|
|||||||
return Mock(return_value=mock_yaml_content)
|
return Mock(return_value=mock_yaml_content)
|
||||||
|
|
||||||
|
|
||||||
|
@pytest.mark.skip("poorly authored")
|
||||||
@patch('builtins.open', new_callable=mock_open, read_data="dummy file content")
|
@patch('builtins.open', new_callable=mock_open, read_data="dummy file content")
|
||||||
def test_load_extra_model_paths_expands_userpath(
|
def test_load_extra_model_paths_expands_userpath(
|
||||||
mock_file,
|
mock_file,
|
||||||
@ -100,6 +101,7 @@ def test_load_extra_model_paths_expands_userpath(
|
|||||||
mock_file.assert_called_once_with(dummy_yaml_file_name, 'r')
|
mock_file.assert_called_once_with(dummy_yaml_file_name, 'r')
|
||||||
|
|
||||||
|
|
||||||
|
@pytest.mark.skip("poorly authored")
|
||||||
@patch('builtins.open', new_callable=mock_open)
|
@patch('builtins.open', new_callable=mock_open)
|
||||||
def test_load_extra_model_paths_expands_appdata(
|
def test_load_extra_model_paths_expands_appdata(
|
||||||
mock_file,
|
mock_file,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user