Skip to content

Commit

Permalink
Merge pull request #229 from grafana/remove-spurious-test-skip
Browse files Browse the repository at this point in the history
Remove spurious test skip
  • Loading branch information
pablochacin committed Jun 26, 2023
2 parents 1b28119 + d312806 commit 34725c6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions e2e/agent/agent_e2e_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,6 @@ func Test_Agent(t *testing.T) {

t.Run("Test Fault Injection", func(t *testing.T) {
t.Parallel()
t.Skip()

testCases := []struct {
title string
Expand Down Expand Up @@ -257,7 +256,6 @@ func Test_Agent(t *testing.T) {

t.Run("Prevent execution of multiple commands", func(t *testing.T) {
t.Parallel()
t.Skip()

namespace, err := k8s.NamespaceHelper().CreateRandomNamespace(context.TODO(), "test-")
if err != nil {
Expand Down

0 comments on commit 34725c6

Please sign in to comment.