[ut]ignore plugin ut (#5532)

This commit is contained in:
Kirs 2021-05-21 10:36:08 +08:00 committed by GitHub
parent d9f7d1f63e
commit 8a1d849701
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 0 deletions

View File

@ -23,6 +23,7 @@ import org.apache.dolphinscheduler.common.plugin.DolphinPluginManagerConfig;
import java.util.Objects;
import org.junit.Assert;
import org.junit.Ignore;
import org.junit.Test;
import com.google.common.collect.ImmutableList;
@ -30,6 +31,7 @@ import com.google.common.collect.ImmutableList;
/**
* DolphinPluginLoader Tester.
*/
@Ignore("load jar fail,don't care plugin,should mock plugin")
public class DolphinPluginLoaderTest {
/**

View File

@ -50,6 +50,7 @@ import java.util.LinkedHashMap;
import java.util.List;
import org.junit.Assert;
import org.junit.Ignore;
import org.junit.Test;
import com.google.common.collect.ImmutableList;
@ -57,6 +58,7 @@ import com.google.common.collect.ImmutableList;
/**
* test load and use alert plugin
*/
@Ignore("load jar fail")
public class EmailAlertPluginTest {
private AlertDao alertDao = DaoFactory.getDaoInstance(AlertDao.class);