Skip to content

Commit

Permalink
TRUNK-5816 Enable failings tests on Windows
Browse files Browse the repository at this point in the history
to see the run using a GitHub action
  • Loading branch information
teleivo committed Jul 18, 2020
1 parent c5928a5 commit 13c0efb
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ public void shouldNotSupportOtherViews() {
}

@Test
@DisabledOnOs(WINDOWS)
public void saveObs_shouldRetrieveCorrectMimetype() throws IOException {

adminService.saveGlobalProperty(new GlobalProperty(
Expand Down
1 change: 0 additions & 1 deletion api/src/test/java/org/openmrs/obs/MediaHandlerTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ public void shouldNotSupportOtherViews() {
}

@Test
@DisabledOnOs(WINDOWS)
public void saveObs_shouldRetrieveCorrectMimetype() throws IOException {

adminService.saveGlobalProperty(new GlobalProperty(
Expand Down

0 comments on commit 13c0efb

Please sign in to comment.