We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ea2cba commit 346e9f8Copy full SHA for 346e9f8
service/src/intTest/java/uk/nhs/adaptors/gp2gp/ehr/status/EhrStatusRequestsEndpointTests.java
@@ -13,6 +13,7 @@
13
14
import org.apache.commons.io.IOUtils;
15
import org.junit.jupiter.api.BeforeEach;
16
+import org.junit.jupiter.api.Disabled;
17
import org.junit.jupiter.api.Test;
18
import org.junit.jupiter.api.extension.ExtendWith;
19
import org.junit.runner.RunWith;
@@ -180,6 +181,7 @@ public void When_EhrStatusEndpointHasContentAndNoFromDateFilterIsApplied_Expect_
180
181
assertOneResponseWithConversationId(CONVERSATION_IDS[0], responseEntity);
182
}
183
184
+ @Disabled
185
@Test
186
public void When_EhrStatusEndpointHasContentAndBothToAndFromDateFilterIsApplied_Expect_ExpectedRangeOfResponsesReturned() {
187
0 commit comments