Skip to content

Commit

Permalink
fix: moves the pending test to running (#819)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rchanger authored May 28, 2021
1 parent 5057073 commit eff166f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions test/e2e/server/server_remote_scan_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -484,9 +484,7 @@ var _ = Describe("Server Remote Scan", func() {
})

When("k8s file has resource skipped", func() {
// makrked pending since test data for this test has been updated in PR #802
// in next PR will resume this test
PIt("should receive violations result with 200 OK response", func() {
It("should receive violations result with 200 OK response", func() {
requestURL := fmt.Sprintf("%s:%s/v1/k8s/v1/all/remote/dir/scan", host, port)
remoteRepoURL := "https://github.com/accurics/terrascan//test/e2e/test_data/iac/resource_skipping/kubernetes"
bodyAttrs := make(map[string]interface{})
Expand Down

0 comments on commit eff166f

Please sign in to comment.