Skip to content
This repository has been archived by the owner on Nov 9, 2018. It is now read-only.

Commit

Permalink
Ignore performance test as it fails when the build server is busy
Browse files Browse the repository at this point in the history
  • Loading branch information
Joel Håkansson committed Aug 27, 2014
1 parent 8eec198 commit 649d6d4
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@

import java.io.FileNotFoundException;

import org.junit.Ignore;
import org.junit.Test;

public class SwedishBrailleFilterTest {
Expand Down Expand Up @@ -209,6 +210,7 @@ public void testFinalizer_001() {
assertEquals("This\u2800is\u2800a\u2800test\u2800string\u2800to\u2800finalize\u2800\u2824\u2800nothing\u2800more.", filter.finalize("This is a test string to finalize - nothing more."));
}
@Test
@Ignore
public void testFinalizer_performance() {
//This test is most interesting to run manually when optimizing performance, but it is included
//here in case of future improvements.
Expand Down

0 comments on commit 649d6d4

Please sign in to comment.