@Override
  @Test
  public void testNewLayoutAntProject() throws Exception {
    if (shouldSkipBundleTests()) return;

    super.testNewLayoutAntProject();
  }
  @Override
  @Test
  public void testNewJsfRichfacesProjects() throws Exception {
    if (shouldSkipBundleTests()) return;

    super.testNewJsfRichfacesProjects();
  }
  @Override
  @Test
  public void testLocationListener() throws Exception {
    if (shouldSkipBundleTests()) return;

    super.testLocationListener();
  }
  @Override
  @Test
  public void testNewSDKProjectInSDK() throws Exception {
    if (shouldSkipBundleTests()) return;

    super.testNewSDKProjectInSDK();
  }
  @Override
  @Test
  @Ignore
  public void testPluginTypeListener() throws Exception {
    if (shouldSkipBundleTests()) return;

    super.testPluginTypeListener(true);
  }
  @Test
  public void testProjectNameValidation() throws Exception {
    if (shouldSkipBundleTests()) return;

    super.testProjectNameValidation("project-name-validation-620");
  }