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.
2 parents 2b821ef + 9c2b839 commit 4b3c782Copy full SHA for 4b3c782
pkg/backup/show_test.go
@@ -705,6 +705,7 @@ func TestShowBackupWithDebugIDs(t *testing.T) {
705
func TestShowBackupPathIsCollectionRoot(t *testing.T) {
706
defer leaktest.AfterTest(t)()
707
defer log.Scope(t).Close(t)
708
+ skip.WithIssue(t, 152935)
709
710
const numAccounts = 11
711
pkg/backup/testdata/backup-restore/show_backup
pkg/jobs/jobs_test.go
@@ -392,6 +392,7 @@ func (rts *registryTestSuite) idb() isql.DB {
392
func TestRegistryLifecycle(t *testing.T) {
393
394
395
+ skip.WithIssue(t, 152542)
396
397
t.Run("normal success", func(t *testing.T) {
398
rts := registryTestSuite{}
0 commit comments