Skip to content

Commit

Permalink
Ignoring ModalBottomSheet tests
Browse files Browse the repository at this point in the history
  • Loading branch information
FelberMartin committed Nov 22, 2024
1 parent 73053ee commit 93f49ed
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,17 @@ import de.tum.informatics.www1.artemis.native_app.feature.metis.conversation.ui.
import de.tum.informatics.www1.artemis.native_app.feature.metis.shared.content.dto.IBasePost
import de.tum.informatics.www1.artemis.native_app.feature.metis.shared.db.pojo.AnswerPostPojo
import kotlinx.coroutines.CompletableDeferred
import org.junit.Ignore
import org.junit.Test
import org.junit.experimental.categories.Category
import org.junit.runner.RunWith
import org.robolectric.RobolectricTestRunner

@Category(UnitTest::class)
@RunWith(RobolectricTestRunner::class)
@Ignore("There is an open issue about onClick events not working for the ModalBottomSheetLayout with" +
"the robolectric test runner. Enable this test again as soon as the following issue is resolved:" +
"https://github.com/robolectric/robolectric/issues/9595")
class ConversationAnswerMessagesUITest : BaseThreadUITest() {

private fun testTagForAnswerPost(answerPostId: String) = "answerPost$answerPostId"
Expand Down
8 changes: 4 additions & 4 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ buildToolsVersion = "35.0.0"
accompanist = "0.30.1"
androidDesugarJdkLibs = "2.0.4"
androidxActivity = "1.8.1"
androidxAppCompat = "1.6.1"
androidxComposeBom = "2024.06.00"
androidxLifecycle = "2.6.2"
androidxNavigation = "2.8.2"
androidxAppCompat = "1.7.0"
androidxComposeBom = "2024.11.00"
androidxLifecycle = "2.8.7"
androidxNavigation = "2.8.4"
androidGradlePlugin = "8.7.0"
androidxPaging = "3.3.4"
androidxDataStore = "1.1.1"
Expand Down

0 comments on commit 93f49ed

Please sign in to comment.