Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 1,026 for IsSkip (0.15 sec)

  1. pkg/kubelet/pluginmanager/reconciler/reconciler_test.go

    // Calls Run()
    // Verifies the actual state of world contains that plugin
    func Test_Run_Positive_Register(t *testing.T) {
    	// Skip tests that fail on Windows, as discussed during the SIG Testing meeting from January 10, 2023
    	if runtime.GOOS == "windows" {
    		t.Skip("Skipping test that fails on Windows")
    	}
    
    	defer cleanup(t)
    
    	dsw := cache.NewDesiredStateOfWorld()
    	asw := cache.NewActualStateOfWorld()
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Mar 16 14:21:15 UTC 2024
    - 10.5K bytes
    - Viewed (0)
  2. cmd/last-minute_gen.go

    							}
    						default:
    							err = dc.Skip()
    							if err != nil {
    								err = msgp.WrapError(err, za0001, "Totals", za0002)
    								return
    							}
    						}
    					}
    				}
    			case "LastSec":
    				z[za0001].LastSec, err = dc.ReadInt64()
    				if err != nil {
    					err = msgp.WrapError(err, za0001, "LastSec")
    					return
    				}
    			default:
    				err = dc.Skip()
    				if err != nil {
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Tue Jul 05 21:45:49 UTC 2022
    - 17.2K bytes
    - Viewed (0)
  3. build/root/Makefile

    #
    # Example:
    #   make release-skip-tests
    #   make quick-release
    endef
    .PHONY: release-skip-tests quick-release
    ifeq ($(PRINT_HELP),y)
    release-skip-tests quick-release:
    	echo "$$RELEASE_SKIP_TESTS_HELP_INFO"
    else
    release-skip-tests quick-release: KUBE_RELEASE_RUN_TESTS = n
    release-skip-tests quick-release: KUBE_FASTBUILD = true
    release-skip-tests quick-release:
    	build/release.sh
    endif
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Jun 01 16:43:08 UTC 2024
    - 15.8K bytes
    - Viewed (0)
  4. src/syscall/syscall_linux_test.go

    		// Since this test does need root to work, we need to skip it.
    		t.Skip("skipping root only test on a non-root builder")
    	}
    
    	if runtime.GOOS == "android" {
    		t.Skip("skipping on rooted android, see issue 27364")
    	}
    
    	// Copy the test binary to a location that a non-root user can read/execute
    	// after we drop privileges
    	tempDir, err := os.MkdirTemp("", "TestSyscallNoError")
    	if err != nil {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 23K bytes
    - Viewed (0)
  5. src/go/types/stdlib_test.go

    		<-fut.done
    	}
    	return fut.pkg, fut.err
    }
    
    // firstComment returns the contents of the first non-empty comment in
    // the given file, "skip", or the empty string. No matter the present
    // comments, if any of them contains a build tag, the result is always
    // "skip". Only comments before the "package" token and within the first
    // 4K of the file are considered.
    func firstComment(filename string) string {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Dec 19 04:39:56 UTC 2023
    - 13.7K bytes
    - Viewed (0)
  6. src/net/unixsock_test.go

    import (
    	"bytes"
    	"internal/testenv"
    	"os"
    	"reflect"
    	"runtime"
    	"syscall"
    	"testing"
    	"time"
    )
    
    func TestReadUnixgramWithUnnamedSocket(t *testing.T) {
    	if !testableNetwork("unixgram") {
    		t.Skip("unixgram test")
    	}
    	switch runtime.GOOS {
    	case "js", "wasip1":
    		t.Skipf("skipping: syscall.Socket not implemented on %s", runtime.GOOS)
    	}
    	if runtime.GOOS == "openbsd" {
    		testenv.SkipFlaky(t, 15157)
    	}
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Sep 18 17:20:52 UTC 2023
    - 10.6K bytes
    - Viewed (0)
  7. tests/test_tutorial/test_sql_databases/test_sql_databases_middleware_py39.py

                                "required": False,
                                "schema": {
                                    "title": "Skip",
                                    "type": "integer",
                                    "default": 0,
                                },
                                "name": "skip",
                                "in": "query",
                            },
                            {
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Wed Mar 13 19:07:10 UTC 2024
    - 16.5K bytes
    - Viewed (0)
  8. tests/test_tutorial/test_sql_databases/test_sql_databases_py310.py

                                "required": False,
                                "schema": {
                                    "title": "Skip",
                                    "type": "integer",
                                    "default": 0,
                                },
                                "name": "skip",
                                "in": "query",
                            },
                            {
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Wed Mar 13 19:07:10 UTC 2024
    - 16.5K bytes
    - Viewed (0)
  9. src/cmd/compile/internal/types2/stdlib_test.go

    		<-fut.done
    	}
    	return fut.pkg, fut.err
    }
    
    // firstComment returns the contents of the first non-empty comment in
    // the given file, "skip", or the empty string. No matter the present
    // comments, if any of them contains a build tag, the result is always
    // "skip". Only comments within the first 4K of the file are considered.
    // TODO(gri) should only read until we see "package" token.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 30 19:18:33 UTC 2024
    - 13.3K bytes
    - Viewed (0)
  10. hack/make-rules/test-e2e-node.sh

      ginkgoflags="${ginkgoflags} -nodes=${parallelism} "
    fi
    
    if [[ ${focus} != "" ]]; then
      ginkgoflags="${ginkgoflags} -focus=\"${focus}\" "
    fi
    
    if [[ ${skip} != "" ]]; then
      ginkgoflags="${ginkgoflags} -skip=\"${skip}\" "
    fi
    
    if [[ ${run_until_failure} == "true" ]]; then
      ginkgoflags="${ginkgoflags} --until-it-fails=true "
    fi
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Apr 16 09:46:28 UTC 2024
    - 10.7K bytes
    - Viewed (0)
Back to top