Skip to content

Commit

Permalink
LPS-196565 Adds the feature flag annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
lfbesada authored and brianchandotcom committed Nov 27, 2023
1 parent 79a8af3 commit a51d406
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@
import com.liferay.portal.kernel.util.Portal;
import com.liferay.portal.kernel.util.WebKeys;
import com.liferay.portal.kernel.workflow.WorkflowConstants;
import com.liferay.portal.test.rule.FeatureFlags;
import com.liferay.portal.test.rule.Inject;
import com.liferay.portal.test.rule.LiferayIntegrationTestRule;
import com.liferay.portal.test.rule.PermissionCheckerMethodTestRule;
Expand All @@ -77,6 +78,7 @@
/**
* @author Lourdes Fernández Besada
*/
@FeatureFlags("LPS-195263")
@RunWith(Arquillian.class)
public class UpdateDisplayPageEntryContentTypeMVCActionCommandTest {

Expand Down

0 comments on commit a51d406

Please sign in to comment.