mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 14:47:19 -04:00
disable testInvalidInputPlugin
Test has been failing on windows for many weeks. See https://github.com/elastic/logstash/issues/10926 Fixes #10927
This commit is contained in:
parent
5e8a694d59
commit
67bddcee12
1 changed files with 2 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
|||
package org.logstash.plugins;
|
||||
|
||||
import org.junit.Assert;
|
||||
import org.junit.Ignore;
|
||||
import org.junit.Test;
|
||||
import org.logstash.plugins.codecs.Line;
|
||||
import org.logstash.plugins.filters.Uuid;
|
||||
|
@ -43,6 +44,7 @@ public class PluginValidatorTest {
|
|||
Assert.assertTrue(PluginValidator.validatePlugin(PluginLookup.PluginType.OUTPUT, Stdout.class));
|
||||
}
|
||||
|
||||
@Ignore("Test failing on windows for many weeks. See https://github.com/elastic/logstash/issues/10926")
|
||||
@Test
|
||||
public void testInvalidInputPlugin() throws IOException {
|
||||
Path tempJar = null;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue