Skip to content

Commit 3badf1d

Browse files
authored
temporarily disable service stop (#4203)
1 parent e89c8e2 commit 3badf1d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Diff for: scripts/execute_ebpf_cicd_tests.ps1

+3-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,9 @@ $Job = Start-Job -ScriptBlock {
6969
Run-KernelTestsOnVM -VMName $TestVMName -Config $Config
7070

7171
# Stop eBPF components on test VMs.
72-
Stop-eBPFComponentsOnVM -VMName $TestVMName
72+
# Stopping the eBPF components is temporarily disabled, while we debug known issues with NetEbpfExt service stop hanging.
73+
# See task #4199
74+
# Stop-eBPFComponentsOnVM -VMName $TestVMName
7375
} catch [System.Management.Automation.RemoteException] {
7476
# Next, generate kernel dump.
7577
Write-Log $_.Exception.Message

0 commit comments

Comments
 (0)