We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c291e77 commit 9651271Copy full SHA for 9651271
rest/blip_api_crud_test.go
@@ -3537,7 +3537,7 @@ func TestBlipPushRevOnResurrection(t *testing.T) {
3537
t.Run(fmt.Sprintf("allowConflicts=%t", allowConflicts), func(t *testing.T) {
3538
btcRunner := NewBlipTesterClientRunner(t)
3539
3540
- btcRunner.SkipSubtest[VersionVectorSubtestName] = true // CBG-4735 skipped pending work in this ticket
+ btcRunner.SkipSubtest[VersionVectorSubtestName] = true // CBG-4786 skipped pending work in this ticket
3541
3542
btcRunner.Run(func(t *testing.T, SupportedBLIPProtocols []string) {
3543
rt := NewRestTester(t, &RestTesterConfig{
0 commit comments