(t *testing.T)
| 318 | } |
| 319 | |
| 320 | func TestZeroGodSave(t *testing.T) { |
| 321 | // Skip this test as it requires actual mDNS discovery data |
| 322 | t.Skip("Skipping test that requires actual mDNS discovery data") |
| 323 | } |
| 324 | |
| 325 | func TestZeroGodAdvertise(t *testing.T) { |
| 326 | sess := createMockSession() |