Skip to content

Commit

Permalink
ignore template
Browse files Browse the repository at this point in the history
  • Loading branch information
fadidurah committed Apr 14, 2023
1 parent 178ca26 commit e333ac4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,13 @@
import com.microsoft.identity.labapi.utilities.constants.TempUserType;
import com.microsoft.identity.labapi.utilities.constants.UserType;

import org.junit.Ignore;
import org.junit.Test;

/**
* Use this class as a template for writing tests with complex broker installation steps
*/
@Ignore("We don't want to actually run this test on pipeline, as this is only meant to be used as reference")
public class MSALCustomBrokerInstallationTemplateTest extends AbstractMsalCustomBrokerInstallationTest {

// Install Old Authenticator
Expand Down

0 comments on commit e333ac4

Please sign in to comment.