Skip to content

Commit

Permalink
skip windows tests for dapr run -f
Browse files Browse the repository at this point in the history
Signed-off-by: Mukundan Sundararajan <65565396+mukundansundar@users.noreply.github.com>
  • Loading branch information
mukundansundar committed Jan 12, 2023
1 parent f465188 commit 2810e00
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/e2e/standalone/run_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -295,6 +295,9 @@ func TestStandaloneRunNonDefaultDaprPath(t *testing.T) {
}

func TestRunWithTemplateFile(t *testing.T) {
if runtime.GOOS == "windows" {
t.Skip("Skipping test on Windows")
}
ensureDaprInstallation(t)
t.Run(fmt.Sprintf("check run with -f file"), func(t *testing.T) {
// This test is dependent on run template file in ../testdata/multipleapps/dapr.yaml
Expand Down

0 comments on commit 2810e00

Please sign in to comment.