Skip to content

Commit

Permalink
revert changes
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasjordan committed Jul 22, 2024
1 parent 9b5ae5b commit 8a712b5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions tests/Start-DbaXESession.Tests.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,6 @@ Describe "$CommandName Integration Tests" -Tags "IntegrationTests" {
# Drop created objects
$conn.ExecuteNonQuery("IF EXISTS(SELECT * FROM sys.server_event_sessions WHERE name = 'dbatoolsci_session_invalid') DROP EVENT SESSION [dbatoolsci_session_invalid] ON SERVER;")
$conn.ExecuteNonQuery("IF EXISTS(SELECT * FROM sys.server_event_sessions WHERE name = 'dbatoolsci_session_valid') DROP EVENT SESSION [dbatoolsci_session_valid] ON SERVER;")
Get-DbaAgentJob -SqlInstance $script:instance2 -Job "XE Session START - dbatoolsci_session_valid", "XE Session STOP - dbatoolsci_session_valid" | Remove-DbaAgentJob
Get-DbaAgentSchedule -SqlInstance $script:instance2 -Schedule "XE Session START - dbatoolsci_session_valid", "XE Session STOP - dbatoolsci_session_valid" | Remove-DbaAgentSchedule
}

Context "Verifying command works" {
Expand Down
2 changes: 0 additions & 2 deletions tests/pester.groups.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ $TestsRunGroups = @{
)
# do not run on appveyor
"appveyor_disabled" = @(
# Works locally, but not on AppVeyor
'Start-DbaXESession'
# takes too long
'Install-DbaSqlWatch',
'Uninstall-DbaSqlWatch',
Expand Down

0 comments on commit 8a712b5

Please sign in to comment.