Skip to content

Commit

Permalink
test cleanup (#21178)
Browse files Browse the repository at this point in the history
  • Loading branch information
mfsiega-airbyte authored Jan 9, 2023
1 parent 0d9a3ea commit 510a303
Showing 1 changed file with 2 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@
import org.joda.time.DateTime;
import org.junit.jupiter.api.AfterEach;
import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;
import org.junit.jupiter.api.extension.ExtensionContext;
import org.junit.jupiter.params.ParameterizedTest;
Expand Down Expand Up @@ -661,11 +662,6 @@ public void testIncrementalSyncWithNormalizationDropOneColumn()
MoreResources.readResource(DataArgumentsProvider.EXCHANGE_RATE_CONFIG.getCatalogFileVersion(ProtocolVersion.V0)),
AirbyteCatalog.class);

if (!catalog.getStreams().get(0).getName().equals("exchange_rate")) {
// This test is only implemented for the exchange rate catalog.
return;
}

final ConfiguredAirbyteCatalog configuredCatalog = CatalogHelpers.toDefaultConfiguredCatalog(
catalog);
configuredCatalog.getStreams().forEach(s -> {
Expand Down Expand Up @@ -1535,6 +1531,7 @@ public String toString() {
* your_containers_id" (ex. docker container attach 18cc929f44c8) to see the container's output
*/
@Test
@Disabled
public void testStressPerformance() throws Exception {
final int streamsSize = 5; // number of generated streams
final int messagesNumber = 300; // number of msg to be written to each generated stream
Expand Down

0 comments on commit 510a303

Please sign in to comment.