summaryrefslogtreecommitdiffstats
path: root/ipatests/test_integration/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'ipatests/test_integration/__init__.py')
-rw-r--r--ipatests/test_integration/__init__.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/ipatests/test_integration/__init__.py b/ipatests/test_integration/__init__.py
index b63d650a9..8779f2f7c 100644
--- a/ipatests/test_integration/__init__.py
+++ b/ipatests/test_integration/__init__.py
@@ -16,3 +16,8 @@
#
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
+import pytest
+
+
+if pytest.config.getoption('ipaclient_unittests', False):
+ pytest.skip("Skip in ipaclient unittest mode")