Skip to content

Commit 97d2f13

Browse files
author
TinaTiel
committed
Commented out the excludes for the integration test for now, as it prevents running the tests manually. Will need to revisit with a gradle/junit guru...
1 parent ece43ab commit 97d2f13

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ test {
5050

5151
integrationTest {
5252
useJUnitPlatform()
53-
exclude '**/manual'
53+
// exclude '**/manual'
5454
}
5555

5656
task javadocJar(type: Jar) {

src/integrationTest/java/net/twasi/obsremotejava/test/manual/ObsRemoteE2eObservationIT.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -218,6 +218,7 @@ void refreshBrowserSource() {
218218

219219
obsShould("Refresh the browser source (new random color and number)");
220220
remote.refreshBrowserSource(SOURCE_BROWSER, loggingCallback);
221+
waitReasonably(1000);
221222

222223
}
223224

0 commit comments

Comments
 (0)