diff --git a/tests/types/conan-test.json b/tests/types/conan-test.json index 696c9419..a431a678 100644 --- a/tests/types/conan-test.json +++ b/tests/types/conan-test.json @@ -105,40 +105,6 @@ "expected_failure": false, "expected_failure_reason": null }, - { - "description": "invalid conan purl only namespace", - "test_group": "base", - "test_type": "parse", - "input": "pkg:conan/bincrafters/cctz@2.3", - "expected_output": null, - "expected_failure": true, - "expected_failure_reason": "Should fail to parse a PURL from invalid purl input" - }, - { - "description": "invalid conan purl only namespace", - "test_group": "base", - "test_type": "parse", - "input": "pkg:conan/bincrafters/cctz@2.3", - "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 namespace", - "test_group": "base", - "test_type": "build", - "input": { - "type": "conan", - "namespace": "bincrafters", - "name": "cctz", - "version": "2.3", - "qualifiers": null, - "subpath": null - }, - "expected_output": null, - "expected_failure": true, - "expected_failure_reason": "Should fail to build a PURL from invalid input components" - }, { "description": "invalid conan purl only channel qualifier", "test_group": "base",