From 55b53d7b008bd8da0a6cc709b231ea7668a2f54f Mon Sep 17 00:00:00 2001 From: Andreas Jordan Date: Sun, 20 Oct 2024 15:48:49 +0200 Subject: [PATCH] disable test --- tests/pester.groups.ps1 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tests/pester.groups.ps1 b/tests/pester.groups.ps1 index 7815585e77..5f3874af6b 100644 --- a/tests/pester.groups.ps1 +++ b/tests/pester.groups.ps1 @@ -47,7 +47,9 @@ $TestsRunGroups = @{ 'Get-DbaExecutionPlan', # Non-useful info from newly started sql servers 'Get-DbaCpuRingBuffer', - 'Get-DbaLatchStatistic' + 'Get-DbaLatchStatistic', + # uses a backup that only works on SQL Server 2022 + 'Get-DbaEstimatedCompletionTime' ) # do not run everywhere "disabled" = @()