Skip to content

Commit 5816cf2

Browse files
committed
Create an XFAIL database for VS Code extension tests
1 parent 4c0e2f5 commit 5816cf2

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

integration/vscode/ada/xfail.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
xfails: # Format is <testname>, <expectedstatus CRASH|DIFF> [, <platform>, <irrelevant field>], <reason>
2+
- [
3+
'Highlighting-lsp-ada_handlers-lsp-ada_handlers-adb-semantic',
4+
'DIFF',
5+
'',
6+
'',
7+
'Fails in GitLab CI but not locally',
8+
]

0 commit comments

Comments
 (0)