1
0
mirror of https://github.com/sasjs/adapter.git synced 2025-12-10 17:04:36 +00:00

fix(sasjs-tests): disable basicTests, viya auth interactions

This commit is contained in:
mulahasanovic
2025-11-18 14:40:57 +01:00
parent ae71918ae2
commit 0d871083ac

View File

@@ -17,7 +17,7 @@ import type { TestsView } from './components/TestsView'
import type { RequestsModal } from './components/RequestsModal'
// Import test suites
import { basicTests } from './testSuites/Basic'
// import { basicTests } from './testSuites/Basic'
import { sendArrTests, sendObjTests } from './testSuites/RequestData'
import { fileUploadTests } from './testSuites/FileUpload'
import { computeTests } from './testSuites/Compute'
@@ -94,7 +94,8 @@ function showTests(
// Build test suites with adapter and credentials
const testSuites: TestSuite[] = [
basicTests(adapter, configTyped.userName || '', configTyped.password || ''),
// FIXME: disabled basicTests due to login/logout operations
// basicTests(adapter, configTyped.userName || '', configTyped.password || ''),
sendArrTests(adapter, appLoc),
sendObjTests(adapter),
// specialCaseTests(adapter),