Skip to content

Commit 71de5e9

Browse files
remove 'invalid conan purl only channel qualifier' testcases
Signed-off-by: Peter Gardfjäll <[email protected]>
1 parent ed4a9cc commit 71de5e9

File tree

1 file changed

+0
-36
lines changed

1 file changed

+0
-36
lines changed

tests/types/conan-test.json

Lines changed: 0 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -105,42 +105,6 @@
105105
"expected_failure": false,
106106
"expected_failure_reason": null
107107
},
108-
{
109-
"description": "invalid conan purl only channel qualifier",
110-
"test_group": "base",
111-
"test_type": "parse",
112-
"input": "pkg:conan/[email protected]?channel=stable",
113-
"expected_output": null,
114-
"expected_failure": true,
115-
"expected_failure_reason": "Should fail to parse a PURL from invalid purl input"
116-
},
117-
{
118-
"description": "invalid conan purl only channel qualifier",
119-
"test_group": "base",
120-
"test_type": "parse",
121-
"input": "pkg:conan/[email protected]?channel=stable",
122-
"expected_output": null,
123-
"expected_failure": true,
124-
"expected_failure_reason": "Should fail to parse a PURL from invalid canonical purl input"
125-
},
126-
{
127-
"description": "invalid conan purl only channel qualifier",
128-
"test_group": "base",
129-
"test_type": "build",
130-
"input": {
131-
"type": "conan",
132-
"namespace": null,
133-
"name": "cctz",
134-
"version": "2.3",
135-
"qualifiers": {
136-
"channel": "stable"
137-
},
138-
"subpath": null
139-
},
140-
"expected_output": null,
141-
"expected_failure": true,
142-
"expected_failure_reason": "Should fail to build a PURL from invalid input components"
143-
},
144108
{
145109
"description": "Parse test for PURL type: conan",
146110
"test_group": "base",

0 commit comments

Comments
 (0)