Skip to content

Commit 55fb7a4

Browse files
committed
test: remove the tiny odo tests as the odo cli download no longer works
1 parent 79d27c2 commit 55fb7a4

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

plugins/plugin-kubectl/src/test/k8s3/usage.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,9 @@ describe('kubectl dash h', function (this: Common.ISuite) {
7171

7272
// help on odo
7373
// it('should refresh', () => Common.refresh(this))
74-
help('odo', ['odo'], commonModes)
74+
// help('odo', ['odo'], commonModes)
7575

7676
// odo -h
7777
// it('should refresh', () => Common.refresh(this))
78-
help('odo -h', ['odo'], commonModes.concat(['Flags', 'Basic']))
78+
// help('odo -h', ['odo'], commonModes.concat(['Flags', 'Basic']))
7979
})

tools/travis/microk8s.sh

-5
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,6 @@ pushd /tmp
4444
sudo cp oc /usr/local/bin
4545
sudo chmod +x /usr/local/bin/oc
4646
oc version
47-
48-
echo "Downloading this odo: https://mirror.openshift.com/pub/openshift-v4/clients/odo/latest/odo-${PLATFORM}-amd64"
49-
sudo sh -c "curl --retry 10 -L https://mirror.openshift.com/pub/openshift-v4/clients/odo/latest/odo-${PLATFORM}-amd64 -o /usr/local/bin/odo"
50-
sudo chmod +x /usr/local/bin/odo
51-
odo version
5247
fi
5348
popd
5449

0 commit comments

Comments
 (0)