Skip to content

Commit

Permalink
Merge branch 'develop' into 9507-show-linked-collections
Browse files Browse the repository at this point in the history
  • Loading branch information
sekmiller committed Oct 11, 2023
2 parents 617f36c + fa04074 commit 27e01f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/sphinx-guides/source/developers/testing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ Please make sure to:
.. code:: java
/** A very minimal example for a Testcontainers integration test class. */
@Testcontainers
@Testcontainers(disabledWithoutDocker = true)
@Tag(edu.harvard.iq.dataverse.util.testing.Tags.INTEGRATION_TEST)
@Tag(edu.harvard.iq.dataverse.util.testing.Tags.USES_TESTCONTAINERS)
class MyExampleIT { /* ... */ }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@

@Tag(Tags.INTEGRATION_TEST)
@Tag(Tags.USES_TESTCONTAINERS)
@Testcontainers
@Testcontainers(disabledWithoutDocker = true)
@ExtendWith(MockitoExtension.class)
// NOTE: order is important here - Testcontainers must be first, otherwise it's not ready when we call getAuthUrl()
@LocalJvmSettings
Expand Down

0 comments on commit 27e01f0

Please sign in to comment.