What is the outcome of executing the following Python code snippet? n = 1 while n >= 1: print('Test')