Skip to content

Commit 14058a4

Browse files
committed
Set Terraform tests to be Windows 2016 or later
1 parent 7ec6fda commit 14058a4

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

build/Build.TestCalamariFlavourProject.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ partial class Build
3636

3737
CreateTestRun(dll)
3838
.WithDotNetPath(dotnetPath)
39-
.WithFilter("TestCategory != Linux & TestCategory != MacOs") // Windows is all tests that are non-Linux or MacOS specific
39+
.WithFilter("TestCategory != Linux & TestCategory != MacOs & TestCategory != Windows2016OrLater") // Windows is all tests that are non-Linux or MacOS specific and not Win 2016 or later
4040
.Execute();
4141
});
4242

source/Calamari.Terraform.Tests/CommandsFixture.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ namespace Calamari.Terraform.Tests
2929
{
3030
[TestFixture("0.13.7")]
3131
[TestFixture("1.8.5")]
32+
[Category(TestCategories.Windows2016OrLater)]
3233
public class CommandsFixture
3334
{
3435
string? customTerraformExecutable;

0 commit comments

Comments
 (0)