Skip to content

Commit

Permalink
stabilise tests by filtering buggy version
Browse files Browse the repository at this point in the history
  • Loading branch information
i322926sap committed Feb 1, 2025
1 parent 810acf3 commit a6568b9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ void suspendAndResume_httpPull_dataTransfer(BaseParticipant consumer, BasePartic
* This test is failing for version <= 0.10.1, hence it is disabled for those versions.
*/
@ParameterizedTest
@ArgumentsSource(FilteredParticipantArgsProvider.class)
@ArgumentsSource(SuspendResumeTransferByProviderArgs.class)
void suspendAndResumeByProvider_httpPull_dataTransfer(BaseParticipant consumer, BaseParticipant provider, String protocol) {
initialise(consumer, provider, protocol);
Map<String, Object> dataAddress = createDataAddress(providerDataSource, "/source");
Expand Down

0 comments on commit a6568b9

Please sign in to comment.