Skip to content

Commit

Permalink
Ignore test FirebirdContainerTest.test259_ssImage because it fails a lot
Browse files Browse the repository at this point in the history
(especially on GitHub actions)
mrotteveel committed Jan 2, 2024
1 parent d068557 commit dc9be4c
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -2,6 +2,7 @@

import org.firebirdsql.gds.impl.GDSServerVersion;
import org.firebirdsql.jdbc.FirebirdConnection;
import org.junit.Ignore;
import org.junit.Test;

import java.sql.*;
@@ -150,7 +151,11 @@ public void test259_scImage() throws Exception {

/**
* The 2.5 images of jacobalberty/firebird handle FIREBIRD_DATABASE and need an absolute path to access the database
* <p>
* NOTE: This test is ignored because it occasionally fails locally and repeatedly on GitHub Actions.
* </p>
*/
@Ignore
@Test
public void test259_ssImage() throws Exception {
try (FirebirdContainer<?> container = new FirebirdContainer<>(FIREBIRD_259_SS_IMAGE).withDatabaseName("test")) {

0 comments on commit dc9be4c

Please sign in to comment.