We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d068557 commit dc9be4cCopy full SHA for dc9be4c
1 file changed
src/test/java/org/firebirdsql/testcontainers/FirebirdContainerTest.java
@@ -2,6 +2,7 @@
2
3
import org.firebirdsql.gds.impl.GDSServerVersion;
4
import org.firebirdsql.jdbc.FirebirdConnection;
5
+import org.junit.Ignore;
6
import org.junit.Test;
7
8
import java.sql.*;
@@ -150,7 +151,11 @@ public void test259_scImage() throws Exception {
150
151
152
/**
153
* The 2.5 images of jacobalberty/firebird handle FIREBIRD_DATABASE and need an absolute path to access the database
154
+ * <p>
155
+ * NOTE: This test is ignored because it occasionally fails locally and repeatedly on GitHub Actions.
156
+ * </p>
157
*/
158
+ @Ignore
159
@Test
160
public void test259_ssImage() throws Exception {
161
try (FirebirdContainer<?> container = new FirebirdContainer<>(FIREBIRD_259_SS_IMAGE).withDatabaseName("test")) {
0 commit comments