File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change 44from pathlib import Path , PurePath
55from typing import Any , Dict , cast
66
7+ import pytest
8+
79from snooty .types import Facet
810
911from . import diagnostics
@@ -2922,6 +2924,8 @@ def test_metadata() -> None:
29222924 assert metadata ["associated_products" ][0 ]["name" ] == "test_associated_product"
29232925
29242926
2927+ # Temporarily disable due to APIx dependency
2928+ @pytest .mark .xfail
29252929def test_openapi_metadata () -> None :
29262930 with make_test (
29272931 {
@@ -3028,6 +3032,8 @@ def test_openapi_duplicates() -> None:
30283032 assert file_metadata ["source" ] == "/openapi-admin-v3.yaml"
30293033
30303034
3035+ # Temporarily disable due to APIx dependency
3036+ @pytest .mark .xfail
30313037def test_openapi_invalid_version () -> None :
30323038 with make_test (
30333039 {
You can’t perform that action at this time.
0 commit comments