Skip to content

Commit

Permalink
fix: disable complex tests for ESX
Browse files Browse the repository at this point in the history
* Such tests should not be part of unit tests, because these
  tests looks like more like integration tests
  • Loading branch information
jirihnidek committed Jan 19, 2024
1 parent 7896f0f commit 32bd8ac
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/complex/test_esx_complex.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,14 @@
import os
import tempfile
import shutil
import pytest

import virtwhotest

from fake_esx import FakeEsx


@pytest.mark.skip(reason="This is not unit test. It is integration test. We should not do it here.")
class EsxTest(virtwhotest.TestBase):
"""
Class for complex testing of obtaining host-to-guest mapping from fake ESX server
Expand Down

0 comments on commit 32bd8ac

Please sign in to comment.