[PHP] remove PersistentChannelTest.testInitHelper (#38042)

Basic Tests PHP MacOS  fails with
```
There was 1 risky test:

1) PersistentChannelTest::testInitHelper
This test did not perform any assertions

/[Volumes/BuildData/tmpfs/altsrc/github/grpc/workspace_php8_macos_dbg_native/src/php/tests/unit_tests/PersistentChannelTests/PersistentChannelTest.php:54](https://cs.corp.google.com/piper///depot/google3/Volumes/BuildData/tmpfs/altsrc/github/grpc/workspace_php8_macos_dbg_native/src/php/tests/unit_tests/PersistentChannelTests/PersistentChannelTest.php?l=54&ws&snapshot=0)

OK, but incomplete, skipped, or risky tests!
Tests: 20, Assertions: 84, Risky: 1.
```

Closes #38042

COPYBARA_INTEGRATE_REVIEW=https://github.com/grpc/grpc/pull/38042 from HannahShiSFB:remove-php-risky-test 022307ea12
PiperOrigin-RevId: 691953016
pull/38048/head
Hannah Shi 5 months ago committed by Copybara-Service
parent dbd9b1e528
commit 226a24c3d8
  1. 8
      src/php/tests/unit_tests/PersistentChannelTests/PersistentChannelTest.php

@ -51,14 +51,6 @@ class PersistentChannelTest extends \PHPUnit\Framework\TestCase
$state == GRPC\CHANNEL_TRANSIENT_FAILURE);
}
public function testInitHelper()
{
// PersistentList is not empty at the beginning of the tests
// because phpunit will cache the channels created by other test
// files.
}
public function testChannelNotPersist()
{
$this->channel1 = new Grpc\Channel('localhost:1', ['force_new' => true]);

Loading…
Cancel
Save