as long as there's a bug in "my account > notifications" page
import org.junit.Before;
import org.junit.BeforeClass;
import org.junit.ClassRule;
+import org.junit.Ignore;
import org.junit.Test;
import org.junit.experimental.categories.Category;
import org.sonar.wsclient.issue.BulkChangeQuery;
import static util.ItUtils.setServerProperty;
@Category(QaOnly.class)
+@Ignore
public class IssueNotificationsTest extends AbstractIssueTest {
private final static String PROJECT_KEY = "sample";
import org.junit.Before;
import org.junit.BeforeClass;
import org.junit.ClassRule;
+import org.junit.Ignore;
import org.junit.Test;
import org.junit.experimental.categories.Category;
import org.sonar.wsclient.Sonar;
import static util.ItUtils.setServerProperty;
@Category(QaOnly.class)
+@Ignore
public class QualityGateNotificationTest {
private static long DEFAULT_QUALITY_GATE;