HBASE-14773 Fix HBase shell tests are skipped when skipping server tests.
This commit is contained in:
parent
2b84c40f01
commit
7c9e173830
|
@ -256,10 +256,10 @@
|
||||||
<profiles>
|
<profiles>
|
||||||
<!-- Skip the tests in this module -->
|
<!-- Skip the tests in this module -->
|
||||||
<profile>
|
<profile>
|
||||||
<id>skipServerTests</id>
|
<id>skipShellTests</id>
|
||||||
<activation>
|
<activation>
|
||||||
<property>
|
<property>
|
||||||
<name>skipServerTests</name>
|
<name>skipShellTests</name>
|
||||||
</property>
|
</property>
|
||||||
</activation>
|
</activation>
|
||||||
<properties>
|
<properties>
|
||||||
|
|
Loading…
Reference in New Issue