From d4ebc48b891bade457c39934c1c1a46f08cf6e71 Mon Sep 17 00:00:00 2001 From: Anurag Sharma Date: Thu, 20 Mar 2025 19:55:27 +0530 Subject: [PATCH] packer_test: build acc test for shell provisioner in linux only atm darwin and windows have issues with the shell provisioner tests. --- packer_test/provisioner_tests/shell/provisioner_test.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packer_test/provisioner_tests/shell/provisioner_test.go b/packer_test/provisioner_tests/shell/provisioner_test.go index 205d3a71f..07ff4759d 100644 --- a/packer_test/provisioner_tests/shell/provisioner_test.go +++ b/packer_test/provisioner_tests/shell/provisioner_test.go @@ -1,3 +1,5 @@ +//go:build linux + package plugin_tests import (