Skip to content

Commit

Permalink
GEODE-2515: Disabling BaseLineAndCompareQueryPerfJUnitTest
Browse files Browse the repository at this point in the history
This is a performance test, it should not be run as part of precheckin.
  • Loading branch information
upthewaterspout committed Feb 27, 2017
1 parent f2262d1 commit 8ff2fd4
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,18 @@
import java.util.*;
import java.io.*;

import org.apache.geode.test.junit.categories.PerformanceTest;
import org.junit.After;
import org.junit.Before;
import org.junit.Ignore;
import org.junit.Test;
import org.junit.experimental.categories.Category;

/**
* This test is to baseline and compare the performance figures for index usage benchmarks.
*/
@Category(IntegrationTest.class)
@Category(PerformanceTest.class)
@Ignore("Performance tests should not be run as part of precheckin")
public class BaseLineAndCompareQueryPerfJUnitTest {

/** Creates a new instance of BaseLineAndCompareQueryPerfJUnitTest */
Expand Down

0 comments on commit 8ff2fd4

Please sign in to comment.