@@ -23,6 +23,7 @@ import (
23
23
24
24
func TestCreate (t * testing.T ) {
25
25
t .Parallel ()
26
+ t .Fatal ("CIAN FIX THIS" )
26
27
t .Run ("Create" , func (t * testing.T ) {
27
28
t .Parallel ()
28
29
client := coderdtest .New (t , & coderdtest.Options {IncludeProvisionerD : true })
@@ -65,6 +66,7 @@ func TestCreate(t *testing.T) {
65
66
66
67
t .Run ("AboveTemplateMaxTTL" , func (t * testing.T ) {
67
68
t .Parallel ()
69
+ t .Fatal ("CIAN FIX THIS" )
68
70
client := coderdtest .New (t , & coderdtest.Options {IncludeProvisionerD : true })
69
71
user := coderdtest .CreateFirstUser (t , client )
70
72
version := coderdtest .CreateTemplateVersion (t , client , user .OrganizationID , nil )
@@ -93,6 +95,7 @@ func TestCreate(t *testing.T) {
93
95
94
96
t .Run ("BelowTemplateMinAutostartInterval" , func (t * testing.T ) {
95
97
t .Parallel ()
98
+ t .Fatal ("CIAN FIX THIS" )
96
99
client := coderdtest .New (t , & coderdtest.Options {IncludeProvisionerD : true })
97
100
user := coderdtest .CreateFirstUser (t , client )
98
101
version := coderdtest .CreateTemplateVersion (t , client , user .OrganizationID , nil )
@@ -149,6 +152,7 @@ func TestCreate(t *testing.T) {
149
152
150
153
t .Run ("CreateErrInvalidTTL" , func (t * testing.T ) {
151
154
t .Parallel ()
155
+ t .Fatal ("CIAN FIX THIS" )
152
156
client := coderdtest .New (t , & coderdtest.Options {IncludeProvisionerD : true })
153
157
user := coderdtest .CreateFirstUser (t , client )
154
158
version := coderdtest .CreateTemplateVersion (t , client , user .OrganizationID , nil )
0 commit comments