Merge branch 'master' into dev/aaronburtle/SQL19SecurityPipeline

This commit is contained in:
aaron burtle 2024-06-27 13:55:26 -07:00
Родитель 3c605622dc 1060aef964
Коммит a5355756c2
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 8C4893BD7A304E21
3 изменённых файлов: 3 добавлений и 2 удалений

Просмотреть файл

@ -51,7 +51,7 @@ testthatDir <- getwd()
R_Root <- file.path(testthatDir, "../..")
scriptDirectory <- file.path(testthatDir, "scripts")
options(repos = c(CRAN="https://cran.microsoft.com/snapshot/2022-07-06"))
options(repos = c(CRAN="https://cloud.r-project.org/"))
cat("INFO: repos = ", getOption("repos"), sep="\n")
# Compute context specifications

Просмотреть файл

@ -13,7 +13,7 @@ test_that( "successfull install and remove of package with special char in name
#
scope <- if(!helper_isServerLinux()) "public" else "private"
packageName <- c("assertive.base")
packageName <- c("abc.data")
connectionStringDBO <- helper_getSetting("connectionStringDBO")
tryCatch({

Просмотреть файл

@ -159,6 +159,7 @@ test_that( "Installing a package that is already in use",
#
test_that( "Binary Package install with LinkingTo dependency",
{
skip('iptools no longer on CRAN, FIX TODO: https://github.com/microsoft/sqlmlutils/issues/114 ')
connectionStringAirlineUserdbowner <- helper_getSetting("connectionStringAirlineUserdbowner")
scope <- "private"