Skip to content
This repository has been archived by the owner on Jun 6, 2023. It is now read-only.

Commit

Permalink
enable backpressure test on kube (airbytehq#10527)
Browse files Browse the repository at this point in the history
  • Loading branch information
jrhizor authored Feb 22, 2022
1 parent c5810f5 commit 9e23e96
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -838,8 +838,6 @@ public void testRedactionOfSensitiveRequestBodies() throws Exception {
// verify that when the worker uses backpressure from pipes that no records are lost.
@Test
@Order(16)
@DisabledIfEnvironmentVariable(named = "KUBE",
matches = "true")
public void testBackpressure() throws Exception {
final SourceDefinitionRead sourceDefinition = apiClient.getSourceDefinitionApi().createSourceDefinition(new SourceDefinitionCreate()
.name("E2E Test Source")
Expand Down

0 comments on commit 9e23e96

Please sign in to comment.