rdblue commented on code in PR #8381:
URL: https://github.com/apache/iceberg/pull/8381#discussion_r1313983383
##########
core/src/test/java/org/apache/iceberg/catalog/CatalogTests.java:
##########
@@ -2182,6 +2183,9 @@ public void testReplaceTransactionRequiresTableExists() {
public void testConcurrentReplaceTransactions() {
C catalog = catalog();
+ // TODO: temporarily ignore this test for REST catalogs (issue #8390)
+ Assumptions.assumeFalse(catalog instanceof RESTCatalog);
Review Comment:
@aokolnychyi, while I understand wanting to get this in, I don't think it's
a good idea to set a precedent that we will disable tests that aren't passing.
I also don't see much description of the problem on #8390.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]