singhpk234 commented on code in PR #1371:
URL: https://github.com/apache/polaris/pull/1371#discussion_r2059026442
##########
quarkus/service/src/test/java/org/apache/polaris/service/quarkus/catalog/IcebergCatalogTest.java:
##########
@@ -1846,4 +1847,28 @@ public void
testConcurrencyConflictUpdateTableDuringFinalTransaction() {
private static InMemoryFileIO getInMemoryIo(IcebergCatalog catalog) {
return (InMemoryFileIO) ((ExceptionMappingFileIO)
catalog.getIo()).getInnerIo();
}
+
+ @Test
+ @Disabled
+ @Override
+ public void createAndDropEmptyNamespace() {
+ // TODO: remove this when quarkus bug :
https://github.com/quarkusio/quarkus/issues/46642
Review Comment:
@snazy i tried this unfortunately this is not working or i might be missing
something

Though if we have
```
static {
Assumptions.setPreferredAssumptionException(PreferredAssumptionException.JUNIT5);
}
```
my read is they are doing same thing, let me debug this more, removed this
for meanwhile
--
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]