5959import org .junit .jupiter .api .AfterAll ;
6060import org .junit .jupiter .api .BeforeAll ;
6161import org .junit .jupiter .api .Test ;
62- import org .junit .jupiter .api .Disabled ;
6362import org .junit .jupiter .api .TestInstance ;
6463import org .junit .jupiter .params .ParameterizedTest ;
6564import org .junit .jupiter .params .provider .ValueSource ;
@@ -113,7 +112,6 @@ void afterAll() {
113112 }
114113 }
115114
116- @ Disabled ("Causes transitive failures on other pull requests" )
117115 @ Test
118116 void testProduceAndConsume () throws Exception {
119117 Properties properties = new Properties ();
@@ -159,7 +157,6 @@ void testProduceAndConsume() throws Exception {
159157 .containsExactly ("message0" , "message1" );
160158 }
161159
162- @ Disabled ("Causes transitive failures on other pull requests" )
163160 @ ParameterizedTest
164161 @ ValueSource (classes = {
165162 BooleanSerializer .class ,
@@ -184,7 +181,6 @@ void testSerializers(Class valueSerializer) {
184181 }
185182 }
186183
187- @ Disabled ("Causes transitive failures on other pull requests" )
188184 @ ParameterizedTest
189185 @ ValueSource (classes = {
190186 BooleanDeserializer .class ,
@@ -209,7 +205,6 @@ void testDeserializers(Class valueDeserializer) {
209205 }
210206 }
211207
212- @ Disabled ("Causes transitive failures on other pull requests" )
213208 @ ParameterizedTest
214209 @ ValueSource (classes = {
215210 Serdes .BooleanSerde .class ,
@@ -235,7 +230,6 @@ void testListSerializers(Class serdeInnerClass) {
235230 }
236231 }
237232
238- @ Disabled ("Causes transitive failures on other pull requests" )
239233 @ Test
240234 void testListDeserializers () {
241235 Map <String , Object > consumerProperties = new HashMap <>();
@@ -249,7 +243,6 @@ void testListDeserializers() {
249243 }
250244 }
251245
252- @ Disabled ("Causes transitive failures on other pull requests" )
253246 @ Test
254247 void testRoundRobinPartitioner () {
255248 Map <String , Object > producerProperties = new HashMap <>();
@@ -262,7 +255,6 @@ void testRoundRobinPartitioner() {
262255 }
263256 }
264257
265- @ Disabled ("Causes transitive failures on other pull requests" )
266258 @ ParameterizedTest
267259 @ ValueSource (classes = {
268260 RangeAssignor .class ,
@@ -280,7 +272,6 @@ void testPartitionAssignmentStrategy(Class assignor) {
280272 }
281273 }
282274
283- @ Disabled ("Causes transitive failures on other pull requests" )
284275 @ Test
285276 void testSaslPlain () {
286277 Map <String , Object > consumerProperties = new HashMap <>();
@@ -295,7 +286,6 @@ void testSaslPlain() {
295286 }
296287 }
297288
298- @ Disabled ("Causes transitive failures on other pull requests" )
299289 @ Test
300290 void testSaslScramSHA512 () {
301291 Map <String , Object > consumerProperties = new HashMap <>();
0 commit comments