We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c801d46 commit c4d55fcCopy full SHA for c4d55fc
coderd/templateversions_test.go
@@ -609,6 +609,7 @@ func TestTemplateVersionLogs(t *testing.T) {
609
}
610
611
func TestTemplateVersionsByTemplate(t *testing.T) {
612
+ t.Skip("Always timeout: https://github.com/coder/coder/actions/runs/4952982200/jobs/8865023890")
613
t.Parallel()
614
t.Run("Get", func(t *testing.T) {
615
@@ -951,6 +952,7 @@ func TestTemplateVersionDryRun(t *testing.T) {
951
952
953
// TestPaginatedTemplateVersions creates a list of template versions and paginate.
954
func TestPaginatedTemplateVersions(t *testing.T) {
955
956
957
958
client := coderdtest.New(t, nil)
0 commit comments