We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1ac2e9 commit 36811a5Copy full SHA for 36811a5
1 file changed
tests/smoke/scenarios/api_capability_statement_lookup.py
@@ -1,6 +1,11 @@
1
+import pytest
2
+
3
from tests.utilities.api_clients import ConsumerTestClient, ProducerTestClient
4
5
6
+@pytest.mark.skip(
7
+ reason="Capability statements aren't working when called via NRLF and not Producer/Consumer API"
8
+)
9
def test_read_api_capability_statements(
10
consumer_client: ConsumerTestClient, producer_client: ProducerTestClient
11
):
0 commit comments