Skip to content

Commit

Permalink
Disable entitySave to test transaction issue in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelborn committed Jan 16, 2025
1 parent bdf02cc commit fe7d75e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@

import tools.BaseORMTest;

@Disabled( "Try disabling to resolve transaction issue in CI" )
public class EntitySaveTest extends BaseORMTest {

@DisplayName( "It can save new entities to the database" )
Expand Down

0 comments on commit fe7d75e

Please sign in to comment.