Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,12 @@ import androidx.compose.ui.test.performClick
import androidx.wear.compose.material.Text
import com.google.android.horologist.composables.DatePicker
import com.google.android.horologist.composables.ExperimentalHorologistComposablesApi
import org.junit.Ignore
import org.junit.Rule
import org.junit.Test
import java.time.LocalDate

@Ignore("Race condition in tests on beta02")
class DatePickerTest {
@get:Rule
val composeTestRule = createComposeRule()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,12 @@ import androidx.wear.compose.material.Text
import com.google.android.horologist.composables.ExperimentalHorologistComposablesApi
import com.google.android.horologist.composables.TimePicker
import com.google.android.horologist.composables.TimePickerWith12HourClock
import org.junit.Ignore
import org.junit.Rule
import org.junit.Test
import java.time.LocalTime

@Ignore("Race condition in tests on beta02")
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shouldn't be needed - but no harm I guess.

class TimePickerTest {
@get:Rule
val composeTestRule = createComposeRule()
Expand Down