Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions test/powershell/Language/Classes/scripting.enums.tests.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -74,11 +74,6 @@ Describe 'enums' -Tags "CI" {
}

Describe 'Basic enum errors' -Tags "CI" {

AfterAll {
Remove-Module LanguageTestSupport
}

ShouldBeParseError 'enum' MissingNameAfterKeyword 4
ShouldBeParseError 'enum foo' MissingTypeBody 8
ShouldBeParseError 'enum foo {' MissingEndCurlyBrace 10
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Describe "Debug-Runspace" -tag "CI" {
}
AfterAll {
if ( $rs1 ) { $rs1.Dispose() }
if ( $rs2 ) { $rs1.Dispose() }
if ( $rs2 ) { $rs2.Dispose() }
}

It "Debugging a runspace should fail if the name is ambiguous" {
Expand Down
2 changes: 0 additions & 2 deletions test/powershell/engine/Remoting/SSHRemotingAPI.Tests.ps1
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
Import-Module $PSScriptRoot\..\..\Common\Test.Helpers.psm1

Describe "SSH Remoting API Tests" -Tags "Feature" {

Context "SSHConnectionInfo Class Tests" {
Expand Down
2 changes: 0 additions & 2 deletions test/powershell/engine/ValidateAttributes.Tests.ps1
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
Import-Module $PSScriptRoot\..\Common\Test.Helpers.psm1

Describe 'Validate Attributes Tests' -Tags 'CI' {

Context "ValidateCount" {
Expand Down