Skip to content

Commit fb751c5

Browse files
committed
try removing xfail decorator
1 parent feb49b2 commit fb751c5

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

tests/lora/test_lora_layers_wanvace.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
import unittest
1919

2020
import numpy as np
21-
import pytest
2221
import safetensors.torch
2322
import torch
2423
from PIL import Image
@@ -160,11 +159,6 @@ def test_simple_inference_with_text_lora_fused(self):
160159
def test_simple_inference_with_text_lora_save_load(self):
161160
pass
162161

163-
@pytest.mark.xfail(
164-
condition=True,
165-
reason="RuntimeError: Input type (float) and bias type (c10::BFloat16) should be the same",
166-
strict=True,
167-
)
168162
def test_layerwise_casting_inference_denoiser(self):
169163
super().test_layerwise_casting_inference_denoiser()
170164

0 commit comments

Comments
 (0)