Skip to content

Commit daebf00

Browse files
committed
Update support_test_suite.py
1 parent 0571f55 commit daebf00

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

release_tester/selenium_ui_test/test_suites/support_test_suite.py

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,13 @@ def test_support(self):
2727
support.manual_link()
2828
print("Checking all AQL Query Language link\n")
2929
support.aql_query_language_link()
30-
print("Checking all Fox Framework link \n")
31-
support.fox_framework_link()
32-
print("Checking all Drivers and Integration links\n")
33-
support.driver_and_integration_link()
34-
print("Checking Community Support tab \n")
35-
support.community_support_link()
30+
if support.version_is_newer_than("3.11.99") and self.is_enterprise:
31+
print("Checking all Fox Framework link \n")
32+
support.fox_framework_link()
33+
print("Checking all Drivers and Integration links\n")
34+
support.driver_and_integration_link()
35+
print("Checking Community Support tab \n")
36+
support.community_support_link()
3637
# print("Checking Rest API tab \n")
3738
# # support.rest_api()
3839

0 commit comments

Comments
 (0)