Skip to content

Commit

Permalink
Skip Statistics tests
Browse files Browse the repository at this point in the history
  • Loading branch information
fuatbasik committed Dec 16, 2024
1 parent 9fdea68 commit 5bc0c19
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
import java.io.IOException;
import java.io.InputStream;

import static org.apache.hadoop.fs.s3a.S3ATestUtils.skipIfAnalyticsAcceleratorEnabled;
import static org.apache.hadoop.fs.statistics.IOStatisticsLogging.ioStatisticsSourceToString;

/**
Expand All @@ -51,6 +52,8 @@ public void testMetricsRegister()

@Test
public void testStreamStatistics() throws IOException {
skipIfAnalyticsAcceleratorEnabled(getConfiguration());

S3AFileSystem fs = getFileSystem();
Path file = path("testStreamStatistics");
byte[] data = "abcdefghijklmnopqrstuvwxyz".getBytes();
Expand Down

0 comments on commit 5bc0c19

Please sign in to comment.