Skip to content

Commit

Permalink
OpenFeign tests brought back
Browse files Browse the repository at this point in the history
  • Loading branch information
marcingrzejszczak committed Nov 23, 2022
1 parent 3c32481 commit e4c6b1e
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
import io.spring.cloud.samples.brewery.acceptance.model.CommunicationType;
import org.junit.jupiter.api.Assumptions;
import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;

public class ObservabilityBreweryAcceptanceTests extends AbstractBreweryAcceptance {
Expand All @@ -16,7 +15,6 @@ public void should_successfully_pass_Trace_Id_via_rest_template() {
check_brewery(CommunicationType.REST_TEMPLATE);
}

@Disabled("TODO: Waiting for new release of OpenFeign")
@Test
public void should_successfully_pass_Trace_Id_via_feign() {
// given:
Expand Down

0 comments on commit e4c6b1e

Please sign in to comment.