mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 18:46:40 -05:00
re enable keytar test to check Ad Hoc build (#16758)
This commit is contained in:
@@ -4,12 +4,10 @@
|
|||||||
*--------------------------------------------------------------------------------------------*/
|
*--------------------------------------------------------------------------------------------*/
|
||||||
|
|
||||||
import * as assert from 'assert';
|
import * as assert from 'assert';
|
||||||
// import { isLinux } from 'vs/base/common/platform'; // {{SQL CARBON EDIT}} - disable test while failure is investigated
|
import { isLinux } from 'vs/base/common/platform'; // {{SQL CARBON EDIT}} - disable test while failure is investigated
|
||||||
|
|
||||||
suite('Keytar', () => {
|
suite('Keytar', () => {
|
||||||
// {{SQL CARBON EDIT}} - disable test while failure is investigated
|
(isLinux ? test.skip : test)('loads and is functional', async () => { // TODO@RMacfarlane test seems to fail on Linux (Error: Unknown or unsupported transport 'disabled' for address 'disabled:')
|
||||||
(test.skip)('loads and is functional', async () => { // TODO@RMacfarlane test seems to fail on Linux (Error: Unknown or unsupported transport 'disabled' for address 'disabled:')
|
|
||||||
//(isLinux ? test.skip : test)('loads and is functional', async () => { // TODO@RMacfarlane test seems to fail on Linux (Error: Unknown or unsupported transport 'disabled' for address 'disabled:')
|
|
||||||
const keytar = await import('keytar');
|
const keytar = await import('keytar');
|
||||||
const name = `VSCode Test ${Math.floor(Math.random() * 1e9)}`;
|
const name = `VSCode Test ${Math.floor(Math.random() * 1e9)}`;
|
||||||
try {
|
try {
|
||||||
|
|||||||
Reference in New Issue
Block a user