Skip to content

Commit a757277

Browse files
committed
Mark test as expected failure
This is regression from aboutcode-org/typecode#21 Signed-off-by: Philippe Ombredanne <[email protected]>
1 parent 929cd96 commit a757277

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/cluecode/test_plugin_filter_clues.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99

1010
import os
1111

12+
import pytest
13+
1214
from commoncode.testcase import FileDrivenTesting
1315

1416
from cluecode.plugin_filter_clues import Detections
@@ -54,6 +56,8 @@ def test_scan_plugin_filter_clues_does_not_filter_incorrectly():
5456
check_json_scan(expected, result_file, remove_file_date=True, ignore_headers=True, regen=False)
5557

5658

59+
# Regression on types tracked in https://github.com/nexB/typecode/issues/21
60+
@pytest.mark.xfail#
5761
def test_scan_plugin_filter_clues_for_license():
5862
# this test fies is a copy of pcre.LICENSE that contains
5963
# several emails, authors, urls

0 commit comments

Comments
 (0)