Skip to content

Commit

Permalink
Disable ppe tests (#4750)
Browse files Browse the repository at this point in the history
  • Loading branch information
neha-bhargava authored May 7, 2024
1 parent 6ae20b5 commit e0d0975
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ public void TestInitialize()
[DataTestMethod]
[DataRow(Cloud.Public, TargetFrameworks.NetFx | TargetFrameworks.NetCore )]
[DataRow(Cloud.Adfs, TargetFrameworks.NetFx | TargetFrameworks.NetCore )]
[DataRow(Cloud.PPE, TargetFrameworks.NetFx)]
//[DataRow(Cloud.PPE, TargetFrameworks.NetFx)]
[DataRow(Cloud.Public, TargetFrameworks.NetCore, true)]
//[DataRow(Cloud.Arlington)] - cert not setup
public async Task WithCertificate_TestAsync(Cloud cloud, TargetFrameworks runOn, bool useAppIdUri = false)
Expand All @@ -77,7 +77,7 @@ public async Task WithSecret_TestAsync(Cloud cloud, TargetFrameworks runOn)
[DataTestMethod]
[DataRow(Cloud.Public, TargetFrameworks.NetCore)]
[DataRow(Cloud.Adfs, TargetFrameworks.NetCore)]
[DataRow(Cloud.PPE, TargetFrameworks.NetCore)]
//[DataRow(Cloud.PPE, TargetFrameworks.NetCore)]
// [DataRow(Cloud.Arlington)] - cert not setup
public async Task WithClientAssertion_Manual_TestAsync(Cloud cloud, TargetFrameworks runOn)
{
Expand All @@ -88,7 +88,7 @@ public async Task WithClientAssertion_Manual_TestAsync(Cloud cloud, TargetFramew
[DataTestMethod]
[DataRow(Cloud.Public, TargetFrameworks.NetFx )]
[DataRow(Cloud.Adfs, TargetFrameworks.NetFx)]
[DataRow(Cloud.PPE, TargetFrameworks.NetCore)]
//[DataRow(Cloud.PPE, TargetFrameworks.NetCore)]
// [DataRow(Cloud.Arlington)] - cert not setup
public async Task WithClientAssertion_Wilson_TestAsync(Cloud cloud, TargetFrameworks runOn)
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
namespace Microsoft.Identity.Test.Integration.HeadlessTests
{
[TestClass]
[Ignore]
public class OnBehalfOfServicePrincipalTests
{
//The following client ids are for applications that are within Lab PPE tenant
Expand Down

0 comments on commit e0d0975

Please sign in to comment.