@@ -48,6 +48,7 @@ app_driver_tm_g_association <- function() {
4848
4949testthat :: 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
6465testthat :: 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
8688testthat :: 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
9598testthat :: 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