Skip to content

Commit 346e9f8

Browse files
adrianclayORybak5
authored andcommitted
No
1 parent 8ea2cba commit 346e9f8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

service/src/intTest/java/uk/nhs/adaptors/gp2gp/ehr/status/EhrStatusRequestsEndpointTests.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313

1414
import org.apache.commons.io.IOUtils;
1515
import org.junit.jupiter.api.BeforeEach;
16+
import org.junit.jupiter.api.Disabled;
1617
import org.junit.jupiter.api.Test;
1718
import org.junit.jupiter.api.extension.ExtendWith;
1819
import org.junit.runner.RunWith;
@@ -180,6 +181,7 @@ public void When_EhrStatusEndpointHasContentAndNoFromDateFilterIsApplied_Expect_
180181
assertOneResponseWithConversationId(CONVERSATION_IDS[0], responseEntity);
181182
}
182183

184+
@Disabled
183185
@Test
184186
public void When_EhrStatusEndpointHasContentAndBothToAndFromDateFilterIsApplied_Expect_ExpectedRangeOfResponsesReturned() {
185187

0 commit comments

Comments
 (0)