mirror of
https://github.com/SecurityBrewery/catalyst.git
synced 2025-12-06 23:32:47 +01:00
Add test for jobs (#34)
This commit is contained in:
@@ -11,6 +11,7 @@ import (
|
||||
"net/http"
|
||||
"net/http/httptest"
|
||||
"regexp"
|
||||
"runtime"
|
||||
"testing"
|
||||
|
||||
"github.com/aws/aws-sdk-go/aws"
|
||||
@@ -26,6 +27,10 @@ import (
|
||||
func TestBackupAndRestore(t *testing.T) {
|
||||
log.SetFlags(log.LstdFlags | log.Lshortfile)
|
||||
|
||||
if runtime.GOARCH == "arm64" {
|
||||
t.Skip("test does not run on arm")
|
||||
}
|
||||
|
||||
type want struct {
|
||||
status int
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user