test: skip Linux supervisor integration on Windows

This commit is contained in:
reaper
2026-08-26 02:33:45 -05:00
parent f43003c300
commit 74008ff85d
+1 -1
View File
@@ -5,7 +5,7 @@ import { describe, expect, it } from 'vitest'
import { allocateNativePorts } from './portAllocator'
import { NativeProcessSupervisor } from './processSupervisor'
describe('native process supervisor', () => {
describe.skipIf(process.platform === 'win32')('native process supervisor', () => {
it('starts, health-checks, logs, and stops a native service', async () => {
const root = await mkdtemp(join(tmpdir(), 'aurora-native-supervisor-'))
const port = (await allocateNativePorts()).http