Skip to content

Commit 9dc70af

Browse files
Disable test const
1 parent 029d540 commit 9dc70af

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/unit/test_const.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
11
import re
22
import urllib.request
33

4+
import pytest
45
from splunk_add_on_ucc_framework.const import SPLUNK_COMMANDS
56

67

8+
@pytest.mark.skip(
9+
reason="This test relies on the structure of the Splunk documentation page and may break if the page is updated."
10+
)
711
def test_command_list_up_to_date():
812
url = "https://help.splunk.com/en/splunk-enterprise/search/spl-search-reference/10.0/search-commands"
913
# passing an imitation of browser header to make this a request from web browser

0 commit comments

Comments
 (0)