We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 029d540 commit 9dc70afCopy full SHA for 9dc70af
tests/unit/test_const.py
@@ -1,9 +1,13 @@
1
import re
2
import urllib.request
3
4
+import pytest
5
from splunk_add_on_ucc_framework.const import SPLUNK_COMMANDS
6
7
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
+)
11
def test_command_list_up_to_date():
12
url = "https://help.splunk.com/en/splunk-enterprise/search/spl-search-reference/10.0/search-commands"
13
# passing an imitation of browser header to make this a request from web browser
0 commit comments