Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[#12048] Migrate CreateFeedbackQuestionAction #12217

Prev Previous commit
Next Next commit
Ignore old test
hhdqirui committed Mar 16, 2023
commit cdac8d9136a75c41f24e9b1b44b82918c60c7ff7
Original file line number Diff line number Diff line change
@@ -3,6 +3,7 @@
import java.util.ArrayList;
import java.util.Arrays;

import org.testng.annotations.Ignore;
import org.testng.annotations.Test;

import teammates.common.datatransfer.FeedbackParticipantType;
@@ -21,6 +22,7 @@
/**
* SUT: {@link CreateFeedbackQuestionAction}.
*/
@Ignore
public class CreateFeedbackQuestionActionTest extends BaseActionTest<CreateFeedbackQuestionAction> {

@Override