TestRequiresDCPResync will skip the current test DCP sync is not supported.
(t testing.TB)
| 759 | |
| 760 | // TestRequiresDCPResync will skip the current test DCP sync is not supported. |
| 761 | func TestRequiresDCPResync(t testing.TB) { |
| 762 | if UnitTestUrlIsWalrus() { |
| 763 | t.Skip("Walrus doesn't support DCP resync CBG-2661") |
| 764 | } |
| 765 | } |
| 766 | |
| 767 | // TestRequiresGocbDCPClient will skip the current test if using rosmar. |
| 768 | func TestRequiresGocbDCPClient(t testing.TB) { |
no test coverage detected