Skip to content

Commit

Permalink
Temporarily disable
Browse files Browse the repository at this point in the history
  • Loading branch information
SamErde committed Jan 31, 2025
1 parent 421b5ad commit 6749f62
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Tests/Integration/SampleIntegrationTest.Tests.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ BeforeAll {
Import-Module $PathToManifest -Force
}

<# RE-ENABLE AFTER REFACTORING 'NEW-SCRIPTFROMTEMPLATE'
Describe 'Integration Tests' -Tag Integration {
Context 'First Integration Tests' {
It 'should pass the first integration test' {
Expand All @@ -16,3 +17,4 @@ Describe 'Integration Tests' -Tag Integration {
}
Remove-Module $ModuleName -Force
#>

0 comments on commit 6749f62

Please sign in to comment.