MMF-233 ignore ManualRulesTest

This commit is contained in:
Stas Vilchik 2016-03-29 11:02:12 +02:00
parent 48fdffcfc0
commit e6999f25e4

View File

@ -27,12 +27,14 @@ import java.sql.SQLException;
import org.junit.AfterClass;
import org.junit.Before;
import org.junit.ClassRule;
import org.junit.Ignore;
import org.junit.Test;
import org.junit.experimental.categories.Category;
import util.QaOnly;
import util.selenium.SeleneseTest;
@Category(QaOnly.class)
@Ignore("will be removed with MMF-233")
public class ManualRulesTest {
@ClassRule