Skip to content

Commit

Permalink
build: Disable SQL Server integration tests for now #860 (#861)
Browse files Browse the repository at this point in the history
  • Loading branch information
johanandren authored Sep 20, 2024
1 parent dd03296 commit a8f5e5b
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,11 @@ jobs:
test: '"integration/testOnly akka.persistence.jdbc.integration.Postgres*"'
script: 'launch-postgres.sh'
hasOldDao: true
- name: "SqlServer"
test: '"integration/testOnly akka.persistence.jdbc.integration.SqlServer*"'
script: 'launch-sqlserver.sh'
hasOldDao: true
# FIXME disabled because of broken docker image, https://github.com/akka/akka-persistence-jdbc/issues/860
# - name: "SqlServer"
# test: '"integration/testOnly akka.persistence.jdbc.integration.SqlServer*"'
# script: 'launch-sqlserver.sh'
# hasOldDao: true
name: Integration Test ${{ matrix.db.name }}

steps:
Expand Down

0 comments on commit a8f5e5b

Please sign in to comment.