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") +}