From 023f035160827de14bfb617515c2bf6f62a30b26 Mon Sep 17 00:00:00 2001 From: Bill Guowei Yang Date: Thu, 18 Jun 2026 17:50:10 -0400 Subject: [PATCH] Add test impact plan probe --- server/test_impact_plan_probe_test.go | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 server/test_impact_plan_probe_test.go diff --git a/server/test_impact_plan_probe_test.go b/server/test_impact_plan_probe_test.go new file mode 100644 index 00000000..e806b709 --- /dev/null +++ b/server/test_impact_plan_probe_test.go @@ -0,0 +1,7 @@ +package server + +import "testing" + +func TestImpactPlanProbe(t *testing.T) { + t.Skip("temporary test impact plan probe") +}