Disable test for fuel-etckeeper plugin

This test should be disabled

Change-Id: Icd4f2d3bfd955c8e5dd48fa5832eca35eb7c7fb1
This commit is contained in:
Dmitry Belyaninov 2017-03-16 12:38:44 +01:00
parent d5de1a7b05
commit c4c6e1435b
1 changed files with 2 additions and 1 deletions

View File

@ -27,7 +27,8 @@ from fuelweb_test.helpers.fuel_actions import FuelPluginBuilder
from fuelweb_test.helpers.decorators import log_snapshot_after_test
@test(groups=["fuel_plugins", "fuel_plugin_etckeeper"])
@test(groups=["fuel_plugins", "fuel_plugin_etckeeper"],
enabled=False)
class EtcKeeper(TestBasic):
"""Test class for testing allocation of vip for plugin."""