Skip to content

Commit

Permalink
Fixing calling licensing tests functions which require ATP.
Browse files Browse the repository at this point in the history
  • Loading branch information
germa89 committed Oct 26, 2023
1 parent 88d4ce5 commit d0c1504
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/test_licensing.py
Original file line number Diff line number Diff line change
Expand Up @@ -273,6 +273,7 @@ def test_license_check():
license_checker.check()


@skip_if_testing_minimal
def test_stop_license_checker():
license_checker = licensing.LicenseChecker()

Expand All @@ -285,6 +286,7 @@ def test_stop_license_checker():
assert not license_checker._lic_file_thread.is_alive()


@skip_if_testing_minimal
def test_is_connected_license_checker():
license_checker = licensing.LicenseChecker()

Expand Down

0 comments on commit d0c1504

Please sign in to comment.