Skip to content

Commit 4cb5f71

Browse files
author
Owen
committed
Mark failing test xfail
Opaque type promotion has stopped working
1 parent aa20f7b commit 4cb5f71

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

regression/CSVSA/TestOpaqueTypePromotion/test_opaque_type_promotion.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
from regression.CSVSA.csvsa_driver import CsvsaDriver
2+
import pytest
23
folder_name = 'TestOpaqueTypePromotion'
34

45

6+
@pytest.mark.xfail(strict=True, reason="Unknown failure")
57
def test_opaque_type_promotion():
68
csvsa_driver = \
79
CsvsaDriver(folder_name).with_test_function('test').with_show_goto_functions(False)

0 commit comments

Comments
 (0)