Skip to content

Commit

Permalink
apacheGH-43576: [Java] Gandiva Tests are failing due to linking issues (
Browse files Browse the repository at this point in the history
apache#43978)

### Rationale for this change

Gandiva tests are failing due to a linking issue and it is failing the Java CIs. But for most of the made PRs, we cannot verify the overall workflow given that those PRs are independent of the Gandiva component. 

### What changes are included in this PR?

This PR disables such failing tests temporarily such that once the Gandiva issue is fixed, re-enabling the tests. 
Re-enabling task will be tracked using apache#43981

### Are these changes tested?

Yes, by existing CIs and tests.

### Are there any user-facing changes?

No
* GitHub Issue: apache#43576

Authored-by: Vibhatha Lakmal Abeykoon <vibhatha@gmail.com>
Signed-off-by: David Li <li.davidm96@gmail.com>
  • Loading branch information
vibhatha committed Sep 10, 2024
1 parent 09ed5e5 commit f3dd298
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;

@Disabled("Disabled until GH-43981 is solved")
public class ProjectorTest extends BaseEvaluatorTest {

private Charset utf8Charset = Charset.forName("UTF-8");
Expand Down

0 comments on commit f3dd298

Please sign in to comment.