Skip to content

Commit 0730291

Browse files
committed
[ci] disable float8 java tests.
Signed-off-by: Gerd Zellweger <mail@gerdzellweger.com>
1 parent b0c4564 commit 0730291

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/test-java.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,5 +43,5 @@ jobs:
4343
working-directory: ./sql-to-dbsp-compiler
4444

4545
- name: Run mvn test
46-
run: mvn test --no-transfer-progress -q -B -pl SQL-compiler -Dsurefire.failIfNoSpecifiedTests=false -Dtest=!OtherTests.rustFmt
46+
run: mvn test --no-transfer-progress -q -B -pl SQL-compiler -Dsurefire.failIfNoSpecifiedTests=false
4747
working-directory: ./sql-to-dbsp-compiler

sql-to-dbsp-compiler/SQL-compiler/src/test/java/org/dbsp/sqlCompiler/compiler/sql/postgres/PostgresFloat8Tests.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
import org.dbsp.sqlCompiler.compiler.DBSPCompiler;
44
import org.dbsp.sqlCompiler.compiler.sql.tools.SqlIoTest;
5+
import org.junit.Ignore;
56
import org.junit.Test;
67

78
/*
@@ -30,6 +31,7 @@ public void prepareInputs(DBSPCompiler compiler) {
3031
}
3132

3233
@Test
34+
@Ignore("disabled until fix for aarch64 is in main")
3335
public void testSelect() {
3436
this.qs("""
3537
-- special inputs

0 commit comments

Comments
 (0)