Skip to content

Commit

Permalink
Xfail punet e2e test.
Browse files Browse the repository at this point in the history
  • Loading branch information
eagarvey-amd committed Jul 13, 2024
1 parent 810e0c1 commit 7039764
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions models/turbine_models/tests/sdxl_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -357,6 +357,7 @@ def test05_t2i_generate_images(self):
)
assert output is not None

@pytest.mark.xfail(reason="compilation issue on gfx90a")
def test06_t2i_generate_images_punet(self):
if arguments["device"] in ["vulkan", "cuda", "rocm"]:
self.skipTest(
Expand Down

0 comments on commit 7039764

Please sign in to comment.