mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-01-11 23:00:51 +08:00
Skip test related to freezing time
This commit is contained in:
parent
acd98ceef3
commit
3f69a6cf1e
@ -226,7 +226,7 @@ def test_image_exif_merge():
|
||||
|
||||
|
||||
@freeze_time("2024-01-14 03:21:34", tz_offset=-4)
|
||||
@pytest.mark.skipif(sys.platform == 'win32', reason="Windows does not have reliable time freezing")
|
||||
@pytest.mark.skipif(True, reason="Time freezing not reliable on many platforms and interacts incorrectly with transformers")
|
||||
def test_image_exif_creation_date_and_batch_number():
|
||||
assert ImageExifCreationDateAndBatchNumber.INPUT_TYPES() is not None
|
||||
n = ImageExifCreationDateAndBatchNumber()
|
||||
|
||||
Loading…
Reference in New Issue
Block a user