Skip to content

Commit cd73093

Browse files
committed
Update
1 parent ce5002d commit cd73093

File tree

62 files changed

+4
-10750
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

62 files changed

+4
-10750
lines changed

tests/ginkgo/fixture/fixture.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ var NamespaceLabels = map[string]string{E2ETestLabelsKey: E2ETestLabelsValue}
5050
// - When the availabel disk space drops to 4GiB, the K8s instance will start to arbitrarily evict pods, which causes tests to intermittently fail.
5151
// - As a workaround (since we can't increase the GH action env), each parallel test will wait for a minimum of disk space before starting.
5252
// - Before each parallel test, we thus run `df` command and wait for it to tell use that >= 5GB of disk space is available.
53-
func waitForRootPartitionToHaveMinimumDiskSpace() {
53+
func WaitForRootPartitionToHaveMinimumDiskSpace() {
5454

5555
By("WTF")
5656

@@ -104,7 +104,7 @@ func EnsureParallelCleanSlate() {
104104
SetDefaultConsistentlyDuration(time.Second * 10)
105105
SetDefaultConsistentlyPollingInterval(time.Second * 1)
106106

107-
waitForRootPartitionToHaveMinimumDiskSpace()
107+
// waitForRootPartitionToHaveMinimumDiskSpace()
108108

109109
// Unlike sequential clean slate, parallel clean slate cannot assume that there are no other tests running. This limits our ability to clean up old test artifacts.
110110
}

tests/ginkgo/parallel/1-001_alpha_to_beta_dex_conversion_test.go

Lines changed: 0 additions & 108 deletions
This file was deleted.

0 commit comments

Comments
 (0)