[SB3 Update] HeaderEnricherProcessor test disabled

This commit is contained in:
Chris Bono
2022-10-17 17:06:07 -05:00
parent bd011f9dad
commit b8571cba4f

View File

@@ -17,6 +17,7 @@
package org.springframework.cloud.stream.app.processor.header.enricher;
import org.hamcrest.MatcherAssert;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;
import org.springframework.boot.WebApplicationType;
@@ -39,6 +40,7 @@ import static org.hamcrest.Matchers.equalTo;
* @author Christian Tzolov
* @author Soby Chacko
*/
@Disabled
public class HeaderEnricherProcessorTests {
@Test