>From Michael Blow <[email protected]>: Michael Blow has submitted this change. ( https://asterix-gerrit.ics.uci.edu/c/asterixdb/+/21266?usp=email )
Change subject: [NO ISSUE][*DB][TEST] Disable LicensingIT (until release time) ...................................................................... [NO ISSUE][*DB][TEST] Disable LicensingIT (until release time) Ext-ref: MB-68099 Change-Id: I2b31dc4ca827190ea067df5340c5e6ee6f86d65a Reviewed-on: https://asterix-gerrit.ics.uci.edu/c/asterixdb/+/21266 Reviewed-by: Michael Blow <[email protected]> Reviewed-by: Hussain Towaileb <[email protected]> Tested-by: Michael Blow <[email protected]> --- M asterixdb/asterix-server/src/test/java/org/apache/asterix/test/server/LicensingIT.java 1 file changed, 2 insertions(+), 0 deletions(-) Approvals: Hussain Towaileb: Looks good to me, approved Michael Blow: Looks good to me, but someone else must approve; Verified diff --git a/asterixdb/asterix-server/src/test/java/org/apache/asterix/test/server/LicensingIT.java b/asterixdb/asterix-server/src/test/java/org/apache/asterix/test/server/LicensingIT.java index 0c8df08..d871b11 100644 --- a/asterixdb/asterix-server/src/test/java/org/apache/asterix/test/server/LicensingIT.java +++ b/asterixdb/asterix-server/src/test/java/org/apache/asterix/test/server/LicensingIT.java @@ -24,10 +24,12 @@ import org.apache.hyracks.util.file.FileUtil; import org.junit.Before; import org.junit.FixMethodOrder; +import org.junit.Ignore; import org.junit.Test; import org.junit.runners.MethodSorters; @FixMethodOrder(MethodSorters.JVM) +@Ignore("disable until we are nearing the end of a release cycle") public class LicensingIT extends LicensingTestBase { @Before -- To view, visit https://asterix-gerrit.ics.uci.edu/c/asterixdb/+/21266?usp=email To unsubscribe, or for help writing mail filters, visit https://asterix-gerrit.ics.uci.edu/settings?usp=email Gerrit-MessageType: merged Gerrit-Project: asterixdb Gerrit-Branch: trinity Gerrit-Change-Id: I2b31dc4ca827190ea067df5340c5e6ee6f86d65a Gerrit-Change-Number: 21266 Gerrit-PatchSet: 2 Gerrit-Owner: Michael Blow <[email protected]> Gerrit-Reviewer: Ali Alsuliman <[email protected]> Gerrit-Reviewer: Hussain Towaileb <[email protected]> Gerrit-Reviewer: Ian Maxon <[email protected]> Gerrit-Reviewer: Michael Blow <[email protected]> Gerrit-CC: Anon. E. Moose #1000171
