Skip to content

Commit f0483b8

Browse files
committed
disable unstable file system ut
1 parent d9703c7 commit f0483b8

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

dubbo-common/src/test/java/org/apache/dubbo/common/config/configcenter/file/FileSystemDynamicConfigurationTest.java

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
import org.apache.commons.io.FileUtils;
2424
import org.junit.jupiter.api.AfterEach;
2525
import org.junit.jupiter.api.BeforeEach;
26+
import org.junit.jupiter.api.Disabled;
2627
import org.junit.jupiter.api.Test;
27-
import org.junit.jupiter.api.condition.DisabledIfEnvironmentVariable;
2828

2929
import java.io.File;
3030
import java.util.TreeSet;
@@ -45,7 +45,8 @@
4545
* {@link FileSystemDynamicConfiguration} Test
4646
*/
4747
// Test often failed on Github Actions Platform because of file system on Azure
48-
@DisabledIfEnvironmentVariable(named = "DISABLE_FILE_SYSTEM_TEST", matches = "true")
48+
//@DisabledIfEnvironmentVariable(named = "DISABLE_FILE_SYSTEM_TEST", matches = "true")
49+
@Disabled
4950
public class FileSystemDynamicConfigurationTest {
5051

5152
private final Logger logger = LoggerFactory.getLogger(getClass());

0 commit comments

Comments
 (0)