This is an automated email from the ASF dual-hosted git repository.

lhotari pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar.git


The following commit(s) were added to refs/heads/master by this push:
     new 8438e43fb02 [fix][test] Move NarUnpackerTest to flaky group (#21316)
8438e43fb02 is described below

commit 8438e43fb02b6d8df29672c6460a2f3da924ab60
Author: Zixuan Liu <[email protected]>
AuthorDate: Mon Oct 9 00:32:04 2023 -0500

    [fix][test] Move NarUnpackerTest to flaky group (#21316)
---
 .../src/test/java/org/apache/pulsar/common/nar/NarUnpackerTest.java      | 1 +
 1 file changed, 1 insertion(+)

diff --git 
a/pulsar-common/src/test/java/org/apache/pulsar/common/nar/NarUnpackerTest.java 
b/pulsar-common/src/test/java/org/apache/pulsar/common/nar/NarUnpackerTest.java
index c6c5ee180f6..b331c751dcf 100644
--- 
a/pulsar-common/src/test/java/org/apache/pulsar/common/nar/NarUnpackerTest.java
+++ 
b/pulsar-common/src/test/java/org/apache/pulsar/common/nar/NarUnpackerTest.java
@@ -38,6 +38,7 @@ import org.testng.annotations.BeforeMethod;
 import org.testng.annotations.Test;
 
 @Slf4j
+@Test(groups = "flaky")
 public class NarUnpackerTest {
     File sampleZipFile;
     File extractDirectory;

Reply via email to