Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 0 additions & 36 deletions tests/types/conan-test.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,42 +105,6 @@
"expected_failure": false,
"expected_failure_reason": null
},
{
"description": "invalid conan purl only channel qualifier",
"test_group": "base",
"test_type": "parse",
"input": "pkg:conan/cctz@2.3?channel=stable",
"expected_output": null,
"expected_failure": true,
"expected_failure_reason": "Should fail to parse a PURL from invalid purl input"
},
{
"description": "invalid conan purl only channel qualifier",
"test_group": "base",
"test_type": "parse",
"input": "pkg:conan/cctz@2.3?channel=stable",
"expected_output": null,
"expected_failure": true,
"expected_failure_reason": "Should fail to parse a PURL from invalid canonical purl input"
},
{
"description": "invalid conan purl only channel qualifier",
"test_group": "base",
"test_type": "build",
"input": {
"type": "conan",
"namespace": null,
"name": "cctz",
"version": "2.3",
"qualifiers": {
"channel": "stable"
},
"subpath": null
},
"expected_output": null,
"expected_failure": true,
"expected_failure_reason": "Should fail to build a PURL from invalid input components"
},
{
"description": "Parse test for PURL type: conan",
"test_group": "base",
Expand Down