temporarily skip non-failing tests
Signed-off-by: Meredith Lancaster <malancas@github.com>
This commit is contained in:
parent
29080dc70a
commit
de8778797f
20 changed files with 59 additions and 0 deletions
|
|
@ -22,6 +22,7 @@ import (
|
|||
)
|
||||
|
||||
func TestNewTrustedRootCmd(t *testing.T) {
|
||||
t.Skip()
|
||||
testIO, _, _, _ := iostreams.Test()
|
||||
f := &cmdutil.Factory{
|
||||
IOStreams: testIO,
|
||||
|
|
@ -82,6 +83,7 @@ func TestNewTrustedRootCmd(t *testing.T) {
|
|||
}
|
||||
|
||||
func TestNewTrustedRootWithTenancy(t *testing.T) {
|
||||
t.Skip()
|
||||
testIO, _, _, _ := iostreams.Test()
|
||||
var testReg httpmock.Registry
|
||||
var metaResp = api.MetaResponse{
|
||||
|
|
@ -163,6 +165,7 @@ var newTUFErrClient tufClientInstantiator = func(o *tuf.Options) (*tuf.Client, e
|
|||
}
|
||||
|
||||
func TestGetTrustedRoot(t *testing.T) {
|
||||
t.Skip()
|
||||
mirror := "https://tuf-repo.github.com"
|
||||
root := test.NormalizeRelativePath("../verification/embed/tuf-repo.github.com/root.json")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue