Skip to content

Commit

Permalink
enable tests again
Browse files Browse the repository at this point in the history
  • Loading branch information
janstaelensskyline committed Mar 25, 2024
1 parent f2b210b commit ddb4351
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CICD.Tools.SyncNuGetsTests/NuGetAccessIntegrationTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public async Task PushMissingNugetAsyncTest()
// This ran green on 19/03/2024
}

[TestMethod, Ignore("Cant pass environments to reusable workflows. Disabled for CICD.")]
[TestMethod]
public async Task FindMissingNuGetsTest_StableReleases()
{
string sourceRepo = "https://devcore3/nuget";
Expand All @@ -64,7 +64,7 @@ public async Task FindMissingNuGetsTest_StableReleases()
results.Should().BeEquivalentTo(expectedResults);
}

[TestMethod, Ignore("Cant pass environments to reusable workflows. Disabled for CICD.")]
[TestMethod]
public async Task FindMissingNuGetsTest_WithPreReleases()
{
string sourceRepo = "https://devcore3/nuget";
Expand Down

0 comments on commit ddb4351

Please sign in to comment.