@@ -32,6 +32,7 @@ app_driver_tm_a_pca <- function() {
3232}
3333
3434testthat :: test_that(" e2e - tm_a_pca: Module is initialised with the specified defaults in function call." , {
35+ testthat :: skip(" chromium" )
3536 skip_if_too_deep(5 )
3637
3738 app_driver <- app_driver_tm_a_pca()
@@ -56,6 +57,7 @@ testthat::test_that("e2e - tm_a_pca: Module is initialised with the specified de
5657})
5758
5859testthat :: test_that(" e2e - tm_a_pca: Eigenvector table should have data extract selection Murder/Assault on header." , {
60+ testthat :: skip(" chromium" )
5961 skip_if_too_deep(5 )
6062
6163 app_driver <- app_driver_tm_a_pca()
@@ -73,6 +75,7 @@ testthat::test_that("e2e - tm_a_pca: Eigenvector table should have data extract
7375})
7476
7577testthat :: test_that(" e2e - tm_a_pca: Eigenvector table should have data extract selection Murder/UrbanPop on header." , {
78+ testthat :: skip(" chromium" )
7679 skip_if_too_deep(5 )
7780
7881 app_driver <- app_driver_tm_a_pca()
@@ -90,6 +93,7 @@ testthat::test_that("e2e - tm_a_pca: Eigenvector table should have data extract
9093})
9194
9295testthat :: test_that(" e2e - tm_a_pca: Color by columns (data_extract) must be from non-selected variable set." , {
96+ testthat :: skip(" chromium" )
9397 skip_if_too_deep(5 )
9498
9599 app_driver <- app_driver_tm_a_pca()
@@ -107,6 +111,7 @@ testthat::test_that("e2e - tm_a_pca: Color by columns (data_extract) must be fro
107111})
108112
109113testthat :: test_that(" e2e - tm_a_pca: Changing output encodings of tables_display does not generate errors." , {
114+ testthat :: skip(" chromium" )
110115 skip_if_too_deep(5 )
111116
112117 app_driver <- app_driver_tm_a_pca()
@@ -128,6 +133,7 @@ testthat::test_that("e2e - tm_a_pca: Changing output encodings of tables_display
128133})
129134
130135testthat :: test_that(" e2e - tm_a_pca: Changing output encodings for 'plot type' does not generate errors." , {
136+ testthat :: skip(" chromium" )
131137 skip_if_too_deep(5 )
132138
133139 app_driver <- app_driver_tm_a_pca()
@@ -151,6 +157,7 @@ testthat::test_that("e2e - tm_a_pca: Changing output encodings for 'plot type' d
151157})
152158
153159testthat :: test_that(" e2e - tm_a_pca: Changing output encodings of 'standardization' does not generate errors." , {
160+ testthat :: skip(" chromium" )
154161 skip_if_too_deep(5 )
155162
156163 app_driver <- app_driver_tm_a_pca()
@@ -169,6 +176,7 @@ testthat::test_that("e2e - tm_a_pca: Changing output encodings of 'standardizati
169176})
170177
171178testthat :: test_that(" e2e - tm_a_pca: Changing output encodings of 'NA action' does not generate errors." , {
179+ testthat :: skip(" chromium" )
172180 skip_if_too_deep(5 )
173181
174182 app_driver <- app_driver_tm_a_pca()
@@ -183,6 +191,7 @@ testthat::test_that("e2e - tm_a_pca: Changing output encodings of 'NA action' do
183191})
184192
185193testthat :: test_that(" e2e - tm_a_pca: Changing output encodings of 'plot_type' hides and shows options." , {
194+ testthat :: skip(" chromium" )
186195 skip_if_too_deep(5 )
187196
188197 app_driver <- app_driver_tm_a_pca()
@@ -215,6 +224,7 @@ testthat::test_that("e2e - tm_a_pca: Changing output encodings of 'plot_type' hi
215224})
216225
217226testthat :: test_that(" e2e - tm_a_pca: Changing output encodings of 'theme' does not generate errors." , {
227+ testthat :: skip(" chromium" )
218228 skip_if_too_deep(5 )
219229
220230 app_driver <- app_driver_tm_a_pca()
@@ -233,6 +243,7 @@ testthat::test_that("e2e - tm_a_pca: Changing output encodings of 'theme' does n
233243})
234244
235245testthat :: test_that(" e2e - tm_a_pca: Changing output encodings of 'font size' does not generate errors." , {
246+ testthat :: skip(" chromium" )
236247 skip_if_too_deep(5 )
237248
238249 app_driver <- app_driver_tm_a_pca()
0 commit comments