Skip to content

Commit

Permalink
Exclude SoundLoaderUnitTest
Browse files Browse the repository at this point in the history
Signed-off-by: Matthias <[email protected]>
  • Loading branch information
Hangman committed Aug 22, 2023
1 parent c480468 commit 8b757dd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -115,14 +115,15 @@ tasks {
exclude("de/pottgames/tuningfork/test/AifcALawTest.class")
exclude("de/pottgames/tuningfork/test/MsAdpcmWavMonoTest.class")
exclude("de/pottgames/tuningfork/test/MsAdpcmWavStereoTest.class")
exclude("de/pottgames/tuningfork/test/unit/DurationTest.class")
exclude("de/pottgames/tuningfork/test/unit/SoundSourceUnitTest.class")
exclude("de/pottgames/tuningfork/test/StbVorbisTest.class")
exclude("de/pottgames/tuningfork/test/DirectChannelRemixTest.class")
exclude("de/pottgames/tuningfork/test/LoopPointSoundBufferTest.class")
exclude("de/pottgames/tuningfork/test/LoopPointStreamingTest.class")
exclude("de/pottgames/tuningfork/test/ClockTest.class")
exclude("de/pottgames/tuningfork/test/PlayReverseExample.class")
exclude("de/pottgames/tuningfork/test/unit/DurationTest.class")
exclude("de/pottgames/tuningfork/test/unit/SoundSourceUnitTest.class")
exclude("de/pottgames/tuningfork/test/unit/SoundLoaderUnitTest.class")
}
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
import de.pottgames.tuningfork.logger.ConsoleLogger.LogLevel;

@TestInstance(TestInstance.Lifecycle.PER_CLASS)
public class SoundLoaderTest {
public class SoundLoaderUnitTest {
private Audio audio;


Expand Down

0 comments on commit 8b757dd

Please sign in to comment.