Skip to content

Commit d21fbfd

Browse files
committed
Temporarily xfail openapi tests
1 parent ddd254c commit d21fbfd

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

snooty/test_postprocess.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
from pathlib import Path, PurePath
55
from typing import Any, Dict, cast
66

7+
import pytest
8+
79
from snooty.types import Facet
810

911
from . 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
29252929
def 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
30313037
def test_openapi_invalid_version() -> None:
30323038
with make_test(
30333039
{

0 commit comments

Comments
 (0)