Skip to content

Commit

Permalink
Mute test
Browse files Browse the repository at this point in the history
  • Loading branch information
max-kammerer committed Feb 5, 2024
1 parent d1503c4 commit 4dd0b72
Showing 1 changed file with 2 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,22 +1,18 @@
package universe.constellation.orion.viewer.test.espresso

import android.view.View
import android.widget.SeekBar
import androidx.test.espresso.Espresso.*
import androidx.test.espresso.UiController
import androidx.test.espresso.ViewAction
import androidx.test.espresso.action.ViewActions.*
import androidx.test.espresso.matcher.ViewMatchers
import androidx.test.espresso.matcher.ViewMatchers.withId
import org.hamcrest.Matcher
import org.hamcrest.Matchers.*
import org.junit.Assert
import org.junit.Ignore
import org.junit.Test
import org.junit.runner.RunWith
import org.junit.runners.Parameterized
import universe.constellation.orion.viewer.R
import universe.constellation.orion.viewer.test.framework.BookDescription

@Ignore
@RunWith(Parameterized::class)
class OptionsTest(bookDescription: BookDescription): BaseEspressoTest(bookDescription) {
@Test
Expand Down

0 comments on commit 4dd0b72

Please sign in to comment.