Skip to content

Commit

Permalink
Adjust US-2 unit testing
Browse files Browse the repository at this point in the history
  • Loading branch information
jshcodes committed Aug 1, 2024
1 parent d12a48a commit 108f592
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/test_image_assessment_policies.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
# import json
import os
import sys
import pytest

# Authentication via the test_authorization.py
from tests import test_authorization as Authorization
Expand All @@ -20,6 +21,9 @@


class TestImageAssessmentPolicies:
@pytest.mark.skipif(config.base_url == "https://api.us-2.crowdstrike.com",
reason="Unit testing unavailable on US-2"
)
def test_all_code_paths(self):
error_checks = True
tests = {
Expand Down

0 comments on commit 108f592

Please sign in to comment.