Skip to content
This repository was archived by the owner on Aug 23, 2024. It is now read-only.

Commit 55ca535

Browse files
authored
Merge pull request #184 from billdodd/fix/issue-181
Disable out-of-scope datamodel schema tests
2 parents 2f9d1d9 + 7ccfdcb commit 55ca535

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

rfs_test/__init__.py

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,13 @@ def run(sut):
4646
else:
4747
# Run all assertions
4848
TEST_protocol_details.run(sut, log)
49-
#TEST_security.run(sut, log)
50-
#TEST_service_details.run(sut, log)
51-
TEST_datamodel_schema.run(sut, log)
49+
50+
# These assertions are incomplete or WIP
51+
# TEST_security.run(sut, log)
52+
# TEST_service_details.run(sut, log)
53+
54+
# These assertions are covered by other tools
55+
# TEST_datamodel_schema.run(sut, log)
5256

5357
TEST_manager_account.run(sut, log)
5458
TEST_computersystem_schema.run(sut, log)

0 commit comments

Comments
 (0)