Skip to content

Commit

Permalink
don't skip acceptance tests
Browse files Browse the repository at this point in the history
  • Loading branch information
lovromazgon committed Jun 20, 2024
1 parent ab6a92c commit e89d81c
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions acceptance_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,6 @@ func TestAcceptance(t *testing.T) {
destCfg["topic"] = randomName
},

Skip: []string{
// Configure tests are faulty since we rely on paramgen to validate required parameters.
"TestSource_Configure_RequiredParams",
"TestDestination_Configure_RequiredParams",
},

WriteTimeout: time.Second * 10,
ReadTimeout: time.Second * 10,
},
Expand Down

0 comments on commit e89d81c

Please sign in to comment.