Skip to content

Commit

Permalink
disable interactsh tests on darwin
Browse files Browse the repository at this point in the history
  • Loading branch information
dogancanbakir committed Jul 19, 2023
1 parent 021d1e5 commit a94e385
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions v2/cmd/integration-test/interactsh.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package main

// All Interactsh related testcases
var interactshTestCases = []TestCaseInfo{
{DisableOn: []string{"windows"}, Path: "http/interactsh.yaml", TestCase: &httpInteractshRequest{}},
{DisableOn: []string{"windows"}, Path: "http/interactsh-stop-at-first-match.yaml", TestCase: &httpInteractshStopAtFirstMatchRequest{}},
{DisableOn: []string{"windows"}, Path: "http/default-matcher-condition.yaml", TestCase: &httpDefaultMatcherCondition{}},
{DisableOn: []string{"windows", "darwin"}, Path: "http/interactsh.yaml", TestCase: &httpInteractshRequest{}},
{DisableOn: []string{"windows", "darwin"}, Path: "http/interactsh-stop-at-first-match.yaml", TestCase: &httpInteractshStopAtFirstMatchRequest{}},
{DisableOn: []string{"windows", "darwin"}, Path: "http/default-matcher-condition.yaml", TestCase: &httpDefaultMatcherCondition{}},
}

0 comments on commit a94e385

Please sign in to comment.