Commit c91d6a08 authored by Dave Cridland's avatar Dave Cridland

Merge pull request #422 from guusdk/master

Ignore test that makes Travis fail.
parents b19ca358 ddb20ffe
package org.jivesoftware.openfire.keystore;
import org.junit.After;
import org.junit.Assert;
import org.junit.Before;
import org.junit.Test;
import org.junit.*;
import org.junit.runner.RunWith;
import org.junit.runners.Parameterized;
......@@ -19,6 +16,7 @@ import java.util.List;
*
* @author Guus der Kinderen, guus.der.kinderen@gmail.com
*/
@Ignore // These tests make the continuous integration on GitHub (Travis) fail.
@RunWith( Parameterized.class )
public class CheckChainTrustedTest
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment