From 73b0ddcb425d907907d92b21d961315367c4ab50 Mon Sep 17 00:00:00 2001 From: schochastics Date: Wed, 22 Jan 2025 20:33:03 +0100 Subject: [PATCH] skip test --- tests/testthat/test-layout_backbone.R | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/testthat/test-layout_backbone.R b/tests/testthat/test-layout_backbone.R index 296a1c9..51df230 100644 --- a/tests/testthat/test-layout_backbone.R +++ b/tests/testthat/test-layout_backbone.R @@ -1,4 +1,5 @@ test_that("backbone layout works", { + skip_on_cran() xy <- layout_as_backbone(igraph::make_full_graph(10)) expect_is(xy$xy, "matrix") expect_is(xy$backbone, "numeric")