Revert "Disable FileTest on Win"

This reverts commit b11c1e63ea.
This commit is contained in:
Albumen Kevin 2022-11-28 15:00:44 +08:00
parent b38dc9c1cd
commit 7aaba188e1
1 changed files with 0 additions and 3 deletions

View File

@ -23,8 +23,6 @@ import org.dom4j.Element;
import org.dom4j.io.SAXReader;
import org.junit.jupiter.api.Assertions;
import org.junit.jupiter.api.Test;
import org.junit.jupiter.api.condition.DisabledOnOs;
import org.junit.jupiter.api.condition.OS;
import java.io.File;
import java.io.IOException;
@ -39,7 +37,6 @@ import java.util.regex.Matcher;
import java.util.regex.Pattern;
import java.util.stream.Collectors;
@DisabledOnOs(value = OS.WINDOWS)
class FileTest {
private final static List<Pattern> ignoredModules = new LinkedList<>();
private final static List<Pattern> ignoredModulesInDubboAll = new LinkedList<>();