Skip to content

Commit

Permalink
GEODE-3530: fix compiling error
Browse files Browse the repository at this point in the history
  • Loading branch information
jinmeiliao committed Jul 16, 2018
1 parent 790c967 commit 240a2ef
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
*/
@Category({DistributedTest.class, SecurityTest.class, GfshTest.class})
@RunWith(SuiteRunner.class)
@Suite.SuiteClasses({GemfireDataCommandsDUnitTest.class, ShellCommandsDUnitTest.class})
@Suite.SuiteClasses({GemfireDataCommandsDUnitTest.class})
public class CommandOverHttpDUnitTest {
@ClassRule
public static ProvideSystemProperty provideSystemProperty =
Expand Down

0 comments on commit 240a2ef

Please sign in to comment.