Skip to content

Commit 7a8e0d7

Browse files
committed
chore: skip the association plot tests until the ggmosaic issue is resolved #925
1 parent f1defb8 commit 7a8e0d7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/testthat/test-shinytest2-tm_g_association.R

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ app_driver_tm_g_association <- function() {
4848

4949
testthat::test_that("e2e - tm_g_association: Data parameter and module label is passed properly.", {
5050
skip_if_too_deep(5)
51+
testthat::skip("ggmosaic issue: will be resumed via the issue #925 in tmg")
5152

5253
app_driver <- app_driver_tm_g_association()
5354
app_driver$expect_no_shiny_error()
@@ -64,6 +65,7 @@ testthat::test_that("e2e - tm_g_association: Data parameter and module label is
6465
testthat::test_that("e2e - tm_g_association:
6566
Data extract spec elements are initialized with the default values specified by ref and vars arguments.", {
6667
skip_if_too_deep(5)
68+
testthat::skip("ggmosaic issue: will be resumed via the issue ")
6769
app_driver <- app_driver_tm_g_association()
6870

6971
testthat::expect_identical(
@@ -85,6 +87,7 @@ testthat::test_that("e2e - tm_g_association:
8587

8688
testthat::test_that("e2e - tm_g_association: Module plot is visible.", {
8789
skip_if_too_deep(5)
90+
testthat::skip("ggmosaic issue: will be resumed via the issue ")
8891
app_driver <- app_driver_tm_g_association()
8992

9093
testthat::expect_true(app_driver$is_visible(app_driver$namespaces(TRUE)$module("myplot-plot_main > img")))
@@ -94,6 +97,7 @@ testthat::test_that("e2e - tm_g_association: Module plot is visible.", {
9497

9598
testthat::test_that("e2e - tm_g_association: Check and set default values for radio buttons.", {
9699
skip_if_too_deep(5)
100+
testthat::skip("ggmosaic issue: will be resumed via the issue ")
97101
app_driver <- app_driver_tm_g_association()
98102

99103
testthat::expect_true(app_driver$get_active_module_input("association"))

0 commit comments

Comments
 (0)