From e89d81c0b70e1304624c4031f1ab193721abe63b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lovro=20Ma=C5=BEgon?= Date: Thu, 20 Jun 2024 18:46:28 +0200 Subject: [PATCH] don't skip acceptance tests --- acceptance_test.go | 6 ------ 1 file changed, 6 deletions(-) diff --git a/acceptance_test.go b/acceptance_test.go index c315a8f..e887020 100644 --- a/acceptance_test.go +++ b/acceptance_test.go @@ -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, },